in website/src/theme/SearchBar/index.js [4:10]
export default function SearchBarWrapper(props) { return ( <> <SearchBar {...props} /> </> ); }