👔 create config for routing

This commit is contained in:
2025-08-05 07:05:32 +07:00
parent ed8acbbcb0
commit 9930f27a84
6 changed files with 40 additions and 9 deletions

9
shared/config/routes.ts Normal file
View File

@ -0,0 +1,9 @@
export const routes = {
home: "/",
login: "/log-in",
signup: "/sign-up",
explore: "/explore",
trending: "/trending",
genres: "/genres",
schedule: "/schedule",
};