Skip to content

Commit f112dd1

Browse files
committed
rename
1 parent b33e243 commit f112dd1

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/components/pages/root.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useEffect } from "react";
2-
import { About } from "../sections/about1";
3-
import { Hero } from "../sections/hero1";
4-
import { Projects } from "../sections/projects1";
2+
import { About } from "../sections/about";
3+
import { Hero } from "../sections/hero";
4+
import { Projects } from "../sections/projects";
55
import { useLocation } from "react-router";
66

77
const Root = () => {

0 commit comments

Comments
 (0)