Files
deckyvault/lib/routes.ts
T
2026-04-26 09:23:35 -05:00

29 lines
591 B
TypeScript

export const routes = [
{
title: "Home",
href: "/",
},
{
title: "Search",
href: "/search",
},
// TODO: Add back when games page is implemented
// {
// title: "Games",
// href: "/games",
// },
// TODO: Add back when compare page is implemented
// {
// title: "Compare",
// href: "/compare",
// },
{
title: "Devices",
href: "/devices",
},
// TODO: Add back when about page is implemented
// {
// title: "About",
// href: "/about",
// }
]