import { Project } from "@/types/project"; export default function ({ project }: { project: Project }) { return ( {project.title} ); }