diff --git a/web/src/app/maps/[mapId]/page.tsx b/web/src/app/maps/[mapId]/page.tsx index f2152ea..2b49117 100644 --- a/web/src/app/maps/[mapId]/page.tsx +++ b/web/src/app/maps/[mapId]/page.tsx @@ -1,3 +1,5 @@ +"use client" + import Webpage from "@/app/_components/webpage"; import { useParams } from "next/navigation";