Moved index.css into css folder for consistency's sake.

This commit is contained in:
wildscotsmen 2018-12-03 03:04:42 -05:00
parent bb5b90330f
commit cbac4ec5e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import './css/index.css';
import App from './App.js';
import registerServiceWorker from './registerServiceWorker';
ReactDOM.render(<App/>, document.getElementById('root'));