From 170e194ac9eea52abab822588c209d0007346df8 Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Thu, 3 Apr 2025 00:59:36 -0700 Subject: [PATCH] web: use client --- web/src/app/maps/[mapId]/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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";