Reorder css imports
This commit is contained in:
parent
d88eb8cc13
commit
755d1c325d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import 'core-js/es6'
|
||||
import React from 'react'
|
||||
import { render } from 'react-snapshot'
|
||||
import App from './App'
|
||||
import registerServiceWorker from './registerServiceWorker'
|
||||
import 'normalize.css'
|
||||
import './globalStyles.css'
|
||||
import App from './App'
|
||||
import registerServiceWorker from './registerServiceWorker'
|
||||
|
||||
const rootEl = document.getElementById('root')
|
||||
render(<App />, rootEl)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue