up
This commit is contained in:
7
src/pages/product.tsx
Normal file
7
src/pages/product.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import Link from "next/link";
|
||||
|
||||
const Product: React.FC = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default Product;
|
||||
Reference in New Issue
Block a user