stream-saga/src/index.js

15 lines
505 B
JavaScript
Raw Normal View History

2019-06-19 14:24:21 -04:00
// import React from 'react';
// import ReactDOM from 'react-dom';
// import './index.css';
// import App from './App';
// import * as serviceWorker from './serviceWorker';
import index from './js/index'
2019-06-19 12:08:06 -04:00
2019-06-19 14:24:21 -04:00
// ReactDOM.render(<App />, document.getElementById('root'));
2019-06-19 12:08:06 -04: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: https://bit.ly/CRA-PWA
2019-06-19 14:24:21 -04:00
// serviceWorker.unregister();