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