myProjects updated

This commit is contained in:
parsa aghaei 2024-09-24 13:13:45 +03:30
parent e749866471
commit bcdc57a62d

View File

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