myProjects updated
This commit is contained in:
parent
e749866471
commit
bcdc57a62d
@ -8,12 +8,6 @@ type Category = {
|
|||||||
active: boolean;
|
active: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
type Image = {
|
|
||||||
src: string;
|
|
||||||
position: string;
|
|
||||||
zIndex: number;
|
|
||||||
};
|
|
||||||
|
|
||||||
type Project = {
|
type Project = {
|
||||||
id: number;
|
id: number;
|
||||||
title: string;
|
title: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user