Skip to content

Commit f645047

Browse files
committed
Fix import path of reportWebVitals
1 parent 0e10233 commit f645047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import ReactDOM from "react-dom/client";
33
import "./index.css";
44
import App from "./App.js";
5-
import reportWebVitals from "./reportWebVitals";
5+
import reportWebVitals from "./reportWebVitals.js";
66

77
const root = ReactDOM.createRoot(document.getElementById("root"));
88
root.render(

0 commit comments

Comments
 (0)