Skip to content

Commit

Permalink
fixed import?
Browse files Browse the repository at this point in the history
  • Loading branch information
b27b committed Oct 10, 2024
1 parent 7d420db commit c11e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/projects/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const metadata = {
};

import NavBar from "@/app/components/NavBar";
import ProjectCard from "./ProjectCard";
import ProjectCard from "./projectCard";
import Footer from "@/app/components/Footer";
import JoinUs from "@/app/components/JoinUs";
import Image from "next/image";
Expand Down

0 comments on commit c11e850

Please sign in to comment.