feat: add profile and saved games routes
This commit is contained in:
@@ -27,3 +27,16 @@ export const routes = [
|
|||||||
// href: "/about",
|
// href: "/about",
|
||||||
// }
|
// }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
export const authRoutes = [
|
||||||
|
{
|
||||||
|
title: "Profile",
|
||||||
|
href: "/profile",
|
||||||
|
icon: "User",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Saved Games",
|
||||||
|
href: "/profile?tab=saved",
|
||||||
|
icon: "Bookmark",
|
||||||
|
},
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user