Files
dmail-front/src/utils/Paths.ts
T
hamid zarghami 72a6eaa156 login page
2025-07-09 11:20:31 +03:30

14 lines
256 B
TypeScript

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