8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
|
|
import Link from "next/link";
|
||
|
|
|
||
|
|
const Product: React.FC = () => {
|
||
|
|
return <></>;
|
||
|
|
};
|
||
|
|
|
||
|
|
export default Product;
|