Files
dmail-front/src/utils/Paths.ts
T
2025-07-20 10:12:31 +03:30

16 lines
300 B
TypeScript

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