mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Render category title
This commit is contained in:
@@ -9,6 +9,6 @@ interface CategoryPageProps {
|
||||
export default function ProductPage({data }: CategoryPageProps) {
|
||||
|
||||
return (
|
||||
<>Category page</>
|
||||
<div>Category: {data?.title}</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user