Skip to content

Commit

Permalink
fix: pages/home path error
Browse files Browse the repository at this point in the history
  • Loading branch information
gongph committed Nov 24, 2024
1 parent 366c1ec commit 9601689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Human from "./Human";
import Experience from "./Experience";
import Corner from "./Corner";
import Teamwork from "./Teamwork";
import Dream from "@/pages/home/Dream";
import News from "@/pages/home/News";
import Dream from "@/pages/Home/Dream";
import News from "@/pages/Home/News";

export default function About() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Careers/Careers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Header from "@/components/Header";
import Footer from "@/components/Footer";
import Hired from "./Hired";
import Positions from "./Positions";
import News from "@/pages/home/News";
import News from "@/pages/Home/News";

export default function About() {
return (
Expand Down

0 comments on commit 9601689

Please sign in to comment.