This commit is contained in:
2025-03-16 22:33:24 +07:00
parent abf8ab2c53
commit a2c5e28797
13 changed files with 807 additions and 122 deletions

7
src/pages/product.tsx Normal file
View File

@@ -0,0 +1,7 @@
import Link from "next/link";
const Product: React.FC = () => {
return <></>;
};
export default Product;