diff --git a/src/components/project.tsx b/src/components/project.tsx deleted file mode 100644 index 8dea5f1..0000000 --- a/src/components/project.tsx +++ /dev/null @@ -1,11 +0,0 @@ -interface ProjectSpecs { - name: string; - link: string; - image: React.ReactNode; - description: string; - tags: -} - -export function Project({ name, link, image, description, tags }: ProjectSpecs) { - -} \ No newline at end of file