Skip to content

Commit cc15222

Browse files
committed
Kill webvitals for now, to see how CI responds
1 parent 1e151d9 commit cc15222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33
import { createBrowserRouter, RouterProvider } from "react-router-dom";
4-
import reportWebVitals from "./reportWebVitals";
4+
// import reportWebVitals from "./reportWebVitals";
55

66
import { store } from "./app/store";
77
import { Provider } from "react-redux";
@@ -110,4 +110,4 @@ root.render(
110110
// If you want to start measuring performance in your app, pass a function
111111
// to log results (for example: reportWebVitals(console.log))
112112
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
113-
reportWebVitals();
113+
// reportWebVitals();

0 commit comments

Comments
 (0)