diff --git a/src/index.js b/src/index.js index 920e433d..7298f73f 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,8 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; -import App from './components/App'; +import reportWebVitals from './reportWebVitals'; +import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); @@ -10,3 +11,6 @@ root.render( ); +reportWebVitals(); + +