| 4 | import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert" |
| 5 | |
| 6 | interface MapErrorProps { |
| 7 | message: string |
| 8 | } |
| 9 | |
| 10 | export default function MapError({ message }: MapErrorProps) { |
| 11 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected