import { type ReactNode } from "react" import { useBrand } from "~/lib/identity" export function AuthShell({ children }: { children: ReactNode }) { return (