First commit
This commit is contained in:
10
src/scripts/app.js
Normal file
10
src/scripts/app.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { render } from 'react-dom';
|
||||
import App from '../components/App';
|
||||
|
||||
render(
|
||||
<App />,
|
||||
document.getElementById("root") );
|
||||
|
||||
if (module['hot']) {
|
||||
module['hot'].accept();
|
||||
}
|
||||
Reference in New Issue
Block a user