({ options })
| 41 | |
| 42 | // We don't need to filter the options at this point |
| 43 | const optionsFilter: OptionsFilter = ({ options }) => options |
| 44 | |
| 45 | export default function SearchBox() { |
| 46 | const router = useRouter() |
nothing calls this directly
no outgoing calls
no test coverage detected