import { cn } from "@/lib/utils" export function Container({ className, ...props }: React.HTMLAttributes) { return (
) }