From f56c568a094bd06e0802d34d4a64b09e1268fbca Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:29:22 +0100 Subject: [PATCH] Update page.tsx --- web/app/docs/installation/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index 9bdae0e..5a3e3dd 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -1,3 +1,5 @@ +"use client" + import CopyableCode from "@/components/CopyableCode" export default function InstallationPage() {