1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00

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