1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/dark/example/src/index.js

13 lines
451 B
JavaScript
Raw Normal View History

import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
2018-03-04 15:43:18 -05:00
ReactDOM.render(<App />, document.getElementById('root'));
2018-03-04 15:43:18 -05:00
// 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();