Skip to content

Commit

Permalink
fix: fixed file typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolTheba committed Oct 28, 2023
1 parent c40a3b8 commit 817d380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import NotFound from "./components/NotFound";
import CommonError from "./components/CommonError";
import ProjectDetails from "./components/ProjectDetails";
import ProjectComparator from "./components/ProjectCompartor";
import ProjectComparator from "./components/ProjectComparator";

import reportWebVitals from "./reportWebVitals";
import "./index.css";
Expand Down

0 comments on commit 817d380

Please sign in to comment.