feat(Store): added store page

This commit is contained in:
sethburkart123
2024-09-13 16:01:48 +10:00
parent 8d08354f6c
commit 1272c60a4d
14 changed files with 385 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
export type Theme = {
name: string;
description: string;
coverImage: string;
marqueeImage: string;
id: string;
};