Switched to Next.Js
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import type { Project } from "../types";
|
||||
|
||||
export function ProjectCard({ project }: { project: Project }) {
|
||||
|
||||
Reference in New Issue
Block a user