import { cn } from '../_lib/utils'; interface PortalLoginShellProps { title: string; subtitle: string; accentClass?: string; children: React.ReactNode; footer?: React.ReactNode; } export function PortalLoginShell({ title, subtitle, accentClass = 'bg-primary', children, footer }: PortalLoginShellProps) { return (
"Community knowledge, beautifully organised."
{subtitle}