import { cn } from "@/lib/utils" interface GridBackgroundProps { className?: string } export function GridBackground({ className }: GridBackgroundProps) { return (
{/* Grid pattern */}
) }