We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce97ab commit 5148b1dCopy full SHA for 5148b1d
1 file changed
apps/origami-web/src/app/(withAuth)/auth/page.tsx
@@ -1,4 +1,5 @@
1
-import { ensurePageAuth } from "@/lib/auth/server";
+"use client";
2
+
3
import TestTRPC from "./TestTRPC";
4
import { useSession } from "@/lib/auth/client";
5
0 commit comments