web: use client

This commit is contained in:
Quaternions 2025-04-03 00:59:36 -07:00
parent 791f4f4051
commit 60fb728a97
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

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