Files
deckyvault/app/devices/page.tsx
T

11 lines
276 B
TypeScript

import { DevicesPageClient } from "./page-client"
export const metadata = {
title: "Devices — DeckyVault",
description: "Browse handheld and console devices with benchmark data on DeckyVault",
}
export default function DevicesPage() {
return <DevicesPageClient />
}