From 7857ceb021354738adbb9846750b70ffa6f549c3 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sun, 28 Jun 2026 14:29:23 +0200 Subject: [PATCH] dw gng v2 --- src/components/project.tsx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/components/project.tsx 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