| 4 | import { useTranslation } from 'components/hooks/useTranslation' |
| 5 | |
| 6 | interface Props { |
| 7 | error: Error |
| 8 | } |
| 9 | |
| 10 | export function SearchError({ error }: Props) { |
| 11 | const { t } = useTranslation('search') |
nothing calls this directly
no outgoing calls
no test coverage detected