Search Not Found

Display support for search results not found.


import SearchNotFound from 'src/components/search-not-found';
 
function App() {
  return <Autocomplete noOptionsText={<SearchNotFound query={query} />} />;
}

  • src/components/search-not-found