14 lines
256 B
TypeScript
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",
|
|
};
|