structure + sidebar

This commit is contained in:
hamid zarghami
2025-04-28 10:15:35 +03:30
parent 2ef02e0b6b
commit 53212445c6
25 changed files with 1144 additions and 19 deletions
+11
View File
@@ -0,0 +1,11 @@
export const Paths = {
home: "/",
received: "/received",
sent: "/sent",
draft: "/draft",
archive: "/archive",
trash: "/trash",
favorite: "/favorite",
spam: "/spam",
setting: "/setting",
};