Files
dmail-front/src/utils/Paths.ts
T
hamid zarghami 0aab282d6f domain
2025-06-22 22:48:15 +03:30

13 lines
232 B
TypeScript

export const Paths = {
home: "/",
received: "/received",
sent: "/sent",
draft: "/draft",
archive: "/archive",
trash: "/trash",
favorite: "/favorite",
spam: "/spam",
setting: "/setting",
detailEmail: "/mail/",
};