Moved run script to root of src folder and renamed it to index.j. Updated config files to use this as entry point to the template

This commit is contained in:
stylesuxx
2015-12-18 11:28:43 +01:00
parent 5ec8667f0f
commit d8d510a67d
3 changed files with 3 additions and 3 deletions
-7
View File
@@ -1,7 +0,0 @@
import 'core-js/fn/object/assign';
import React from 'react';
import ReactDOM from 'react-dom';
import App from './Main';
// Render the main component into the dom
ReactDOM.render(<App />, document.getElementById('app'));