Initial react commit
This commit is contained in:
13
public/index.jsx
Normal file
13
public/index.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
import 'babel-polyfill';
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM, { render } from 'react-dom';
|
||||
|
||||
import App from './App.jsx';
|
||||
import Styles from './styles/index.scss';
|
||||
|
||||
render((
|
||||
<App />
|
||||
), document.getElementById("app"));
|
Reference in New Issue
Block a user