import { cn } from "@/lib/utils"; export function Background({ children, tw, }: { children: React.ReactNode; tw?: string; }) { return (
{children}
); }