Skip to content

Commit 817d380

Browse files
committed
fix: fixed file typo
1 parent c40a3b8 commit 817d380

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
77
import NotFound from "./components/NotFound";
88
import CommonError from "./components/CommonError";
99
import ProjectDetails from "./components/ProjectDetails";
10-
import ProjectComparator from "./components/ProjectCompartor";
10+
import ProjectComparator from "./components/ProjectComparator";
1111

1212
import reportWebVitals from "./reportWebVitals";
1313
import "./index.css";

0 commit comments

Comments
 (0)