Skip to content

Commit

Permalink
fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jul 29, 2024
1 parent c951cf3 commit 02eeaff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import path from "path";
import HeadContent from "@/components/headContent";
import Hero from "@/components/hero";
import Layout from "@/components/layout";
import CurrentProjectCard from "@/components/CurrentProjectCard";
import ProjectCard from "@/components/ProjectCard";
import CurrentProjectCard from "@/components/currentProjectCard";
import ProjectCard from "@/components/projectCard";
import { useRouter } from "next/router";

export default function Projects({ groupedLinks, currentProjects }) {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02eeaff

Please sign in to comment.