Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-20 21:20:36 +00:00
parent 206f891ad7
commit fab52f2826

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { Suspense, use, useCallback } from "react";
import { useRouter } from "next/navigation";