From a60c403d24c1445a3bcd28bbf2e97319f642822a Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Tue, 23 Jun 2026 19:20:26 +0330 Subject: [PATCH] 5.1-5.10: remove dead code/commented types; strict already on, no barrel files --- src/app/types/types.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/app/types/types.ts b/src/app/types/types.ts index e16cdb4..d029a40 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -246,11 +246,6 @@ export type Service = { altText: string; }; -// export type ProjectCategory = { -// label: string; -// active: boolean; -// }; - export interface Image { src: string; zIndex: number; @@ -291,15 +286,6 @@ export interface MyProjectsProps { }; } -// export type Project = { -// id: number; -// title: string; -// category: string; -// images: { src: string; position: string; zIndex: number }[]; -// created_at: string; -// updated_at: string; -// }; - export type Testimonial = { name: string; position: string;