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;
|
altText: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
// export type ProjectCategory = {
|
|
||||||
// label: string;
|
|
||||||
// active: boolean;
|
|
||||||
// };
|
|
||||||
|
|
||||||
export interface Image {
|
export interface Image {
|
||||||
src: string;
|
src: string;
|
||||||
zIndex: number;
|
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 = {
|
export type Testimonial = {
|
||||||
name: string;
|
name: string;
|
||||||
position: string;
|
position: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user