diff --git a/package.json b/package.json index caa52ad..8ac132b 100755 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "react-dom": "^18.1.0", "react-router-dom": "^6.3.0", "rxjs": "^7.5.5", - "usehooks-ts": "^2.6.0", - "web-vitals": "^2.1.4" + "usehooks-ts": "^2.6.0" }, "scripts": { "test": "jest", diff --git a/src/index.tsx b/src/index.tsx index d09f3d5..5354f6e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,6 @@ import React from 'react' import { createRoot } from 'react-dom/client' -import reportWebVitals from './reportWebVitals' import App from './App' import '@styles/index.css' @@ -14,8 +13,3 @@ root.render( ) - -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals -reportWebVitals()