26 lines
394 B
TypeScript
26 lines
394 B
TypeScript
export const routes = [
|
|
{
|
|
title: "Home",
|
|
href: "/",
|
|
},
|
|
{
|
|
title: "Search",
|
|
href: "/search",
|
|
},
|
|
{
|
|
title: "Games",
|
|
href: "/games",
|
|
},
|
|
{
|
|
title: "Compare",
|
|
href: "/compare",
|
|
},
|
|
{
|
|
title: "Devices",
|
|
href: "/devices",
|
|
},
|
|
{
|
|
title: "About",
|
|
href: "/about",
|
|
}
|
|
] |