We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e10233 commit f645047Copy full SHA for f645047
frontend/src/index.js
@@ -2,7 +2,7 @@ import React from "react";
2
import ReactDOM from "react-dom/client";
3
import "./index.css";
4
import App from "./App.js";
5
-import reportWebVitals from "./reportWebVitals";
+import reportWebVitals from "./reportWebVitals.js";
6
7
const root = ReactDOM.createRoot(document.getElementById("root"));
8
root.render(
0 commit comments