parent
949c7c8148
commit
3472a121ab
22 changed files with 2134 additions and 1012 deletions
|
@ -1,7 +1,12 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import * as serviceWorker from './serviceWorker';
|
||||
|
||||
import './index.css'
|
||||
import App from './App'
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'))
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: http://bit.ly/CRA-PWA
|
||||
serviceWorker.unregister();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue