From 4786ca6539291c8e320ea5d2a9103b75166da6a9 Mon Sep 17 00:00:00 2001 From: Sasha Mysak Date: Thu, 11 Jan 2024 19:13:00 +0100 Subject: [PATCH] use client --- apps/web/pages/auth/setup/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/pages/auth/setup/index.tsx b/apps/web/pages/auth/setup/index.tsx index c6a2c4f218ee8d..cf5361f311b1b6 100644 --- a/apps/web/pages/auth/setup/index.tsx +++ b/apps/web/pages/auth/setup/index.tsx @@ -1,3 +1,5 @@ +"use client"; + import { usePathname, useRouter } from "next/navigation"; import { useState } from "react";