import { cn } from '@/lib/utils'; export function Container({ children, className, ...props }: React.PropsWithChildren>) { return (
{children}
); }