mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-09 20:19:31 +02:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
import React from "react";
|
|
|
|
export default function ProductCard() {
|
|
return(
|
|
<>
|
|
</>
|
|
)
|
|
} |