You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
430 B

5 years ago
  1. import React from 'react';
  2. import ReactDOM from 'react-dom';
  3. import App from './App';
  4. import * as serviceWorker from './serviceWorker';
  5. ReactDOM.render(<App />, document.getElementById('root'));
  6. // If you want your app to work offline and load faster, you can change
  7. // unregister() to register() below. Note this comes with some pitfalls.
  8. // Learn more about service workers: https://bit.ly/CRA-PWA
  9. serviceWorker.unregister();