frontend: provide Clerk-safe wrappers for secretless CI prerender

This commit is contained in:
Ishaan (OpenClaw)
2026-02-06 22:49:54 +00:00
parent b88936ae9c
commit 6de49310bc
22 changed files with 107 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
import type { ReactNode } from "react";
import { SignedIn } from "@clerk/nextjs";
import { SignedIn } from "@/auth/clerk";
import { BrandMark } from "@/components/atoms/BrandMark";
import { UserMenu } from "@/components/organisms/UserMenu";