mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-16 12:33:57 +00:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export const ROUTES = {
|
|
HOME: "/",
|
|
LOGIN: "/login",
|
|
} as const
|