| 3 | import { Badge } from "@/components/ui/badge"; |
| 4 | |
| 5 | interface HeaderProps { |
| 6 | onOpenFlagModal: () => void; |
| 7 | } |
| 8 | |
| 9 | export function Header({ onOpenFlagModal }: HeaderProps) { |
| 10 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected