mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Render category title
This commit is contained in:
parent
4bf59a61f6
commit
b6dd317293
@ -9,6 +9,6 @@ interface CategoryPageProps {
|
|||||||
export default function ProductPage({data }: CategoryPageProps) {
|
export default function ProductPage({data }: CategoryPageProps) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>Category page</>
|
<div>Category: {data?.title}</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user