mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
9 lines
115 B
TypeScript
9 lines
115 B
TypeScript
const ProductListing = () => {
|
|
return (
|
|
<section>ProductListing</section>
|
|
)
|
|
}
|
|
|
|
export default ProductListing
|
|
|