We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e151d9 commit cc15222Copy full SHA for cc15222
src/index.tsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import ReactDOM from "react-dom/client";
3
import { createBrowserRouter, RouterProvider } from "react-router-dom";
4
-import reportWebVitals from "./reportWebVitals";
+// import reportWebVitals from "./reportWebVitals";
5
6
import { store } from "./app/store";
7
import { Provider } from "react-redux";
@@ -110,4 +110,4 @@ root.render(
110
// If you want to start measuring performance in your app, pass a function
111
// to log results (for example: reportWebVitals(console.log))
112
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
113
-reportWebVitals();
+// reportWebVitals();
0 commit comments