This commit is contained in:
louiscklaw
2025-05-30 01:14:10 +08:00
parent 98bc3fe3ce
commit 834f58bde1
52 changed files with 624 additions and 604 deletions

View File

@@ -13,7 +13,6 @@ export default function Page() {
const { id = '' } = useParams();
const { product } = useGetProduct(id);
console.log({ id });
return (
<>