import type { ReactNode } from 'react' import { cn } from '@evobgp/ui/lib/utils' export function PageShell({ children, className }: { children: ReactNode; className?: string }) { return