| 1 | interface GridBackgroundProps { |
| 2 | children: React.ReactNode |
| 3 | className?: string |
| 4 | } |
| 5 | |
| 6 | export function GridBackground({ children, className }: GridBackgroundProps) { |
| 7 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected