diff --git a/src/app/_components/my-projects/page.tsx b/src/app/_components/my-projects/page.tsx index 49fcf06..1b26953 100644 --- a/src/app/_components/my-projects/page.tsx +++ b/src/app/_components/my-projects/page.tsx @@ -8,12 +8,6 @@ type Category = { active: boolean; }; -type Image = { - src: string; - position: string; - zIndex: number; -}; - type Project = { id: number; title: string;