X-Git-Url: https://git.jacobcasper.com/?p=perfect-gift.git;a=blobdiff_plain;f=frontend%2Fsrc%2Findex.js;h=2f8dfedf968995a8f5e654f4177cf5ea9693768f;hp=f5185c1ec7a5dccf30b55a8e3f89afc3eca764a1;hb=7f640a6b59bdce4326d1427689c00cb71600cb7d;hpb=bb22b90d86c3c3e9d75e23734f4c08fee63485a2 diff --git a/frontend/src/index.js b/frontend/src/index.js index f5185c1..2f8dfed 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -1,17 +1,10 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import './index.css'; import App from './App'; -import * as serviceWorker from './serviceWorker'; ReactDOM.render( - - - , - document.getElementById('root') + + + , + 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: https://bit.ly/CRA-PWA -serviceWorker.unregister();