feat: add devices grid page with device cards
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 />
|
||||
}
|
||||
Reference in New Issue
Block a user