This commit is contained in:
2019-03-14 15:16:11 -07:00
commit 8aa4af62af
11 changed files with 7467 additions and 0 deletions

5
src/index.js Normal file
View File

@@ -0,0 +1,5 @@
import ReactDOM from 'react-dom';
import './assets/css/style.css';
import App from './views/App';
ReactDOM.render(App, document.getElementById('app'));