5.1-5.10: remove dead code/commented types; strict already on, no barrel files

This commit is contained in:
parsa aghaei 2026-06-23 19:20:26 +03:30
parent fcb7db4d06
commit a60c403d24

View File

@ -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;