diff --git a/lib/routes.ts b/lib/routes.ts index 6947b4a..5fe9f98 100644 --- a/lib/routes.ts +++ b/lib/routes.ts @@ -26,4 +26,17 @@ export const routes = [ // title: "About", // href: "/about", // } +] + +export const authRoutes = [ + { + title: "Profile", + href: "/profile", + icon: "User", + }, + { + title: "Saved Games", + href: "/profile?tab=saved", + icon: "Bookmark", + }, ] \ No newline at end of file