web: use client

This commit is contained in:
Quaternions 2025-04-03 00:59:36 -07:00 committed by Quaternions
parent 739c9354a6
commit 170e194ac9

@ -1,3 +1,5 @@
"use client"
import Webpage from "@/app/_components/webpage";
import { useParams } from "next/navigation";