5.1-5.10: remove dead code/commented types; strict already on, no barrel files
This commit is contained in:
parent
fcb7db4d06
commit
a60c403d24
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user