mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update index.js
This commit is contained in:
parent
50324149a8
commit
275b83867e
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
Loading…
Reference in a new issue