Update index.js

This commit is contained in:
James Hawkins 2021-07-15 22:45:09 +01:00 committed by GitHub
parent 50324149a8
commit 275b83867e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorkerRegistration from './serviceWorkerRegistration';
ReactDOM.render(
<React.StrictMode>
@ -10,5 +9,3 @@ ReactDOM.render(
</React.StrictMode>,
document.getElementById('root')
);
serviceWorkerRegistration.register();