Skip to content

Commit 5148b1d

Browse files
committed
feat: publish
1 parent 2ce97ab commit 5148b1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/origami-web/src/app/(withAuth)/auth

apps/origami-web/src/app/(withAuth)/auth/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ensurePageAuth } from "@/lib/auth/server";
1+
"use client";
2+
23
import TestTRPC from "./TestTRPC";
34
import { useSession } from "@/lib/auth/client";
45

0 commit comments

Comments
 (0)