Skip to content

Commit 02eeaff

Browse files
fixing build errors
1 parent c951cf3 commit 02eeaff

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pages/projects/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import path from "path";
33
import HeadContent from "@/components/headContent";
44
import Hero from "@/components/hero";
55
import Layout from "@/components/layout";
6-
import CurrentProjectCard from "@/components/CurrentProjectCard";
7-
import ProjectCard from "@/components/ProjectCard";
6+
import CurrentProjectCard from "@/components/currentProjectCard";
7+
import ProjectCard from "@/components/projectCard";
88
import { useRouter } from "next/router";
99

1010
export default function Projects({ groupedLinks, currentProjects }) {
Binary file not shown.
62.6 KB
Loading

0 commit comments

Comments
 (0)