feat: add project page with mock data and update project type to include thumbnail
This commit is contained in:
@ -17,6 +17,7 @@ export const useProjectStore = create<ProjectStore>((set) => ({
|
||||
const newProject: TProject = {
|
||||
id: crypto.randomUUID(),
|
||||
name,
|
||||
thumbnail: "",
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user