Move some code around, get rid of default stuff

This commit is contained in:
Ben Ramey
2018-09-13 06:30:02 -05:00
parent 20175f05d8
commit b3518de6fb
4 changed files with 12 additions and 26 deletions

View File

@@ -1,6 +1,10 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import './css/normalize.css';
import './css/skeleton.css';
import './css/index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';