langflow/docs/src/theme/SearchBar.js
2023-06-21 19:13:44 -03:00

5 lines
333 B
JavaScript

// By default, the classic theme does not provide any SearchBar implementation
// If you swizzled this, it is your responsibility to provide an implementation
// Tip: swizzle the SearchBar from the Algolia theme for inspiration:
// npm run swizzle @docusaurus/theme-search-algolia SearchBar
export {default} from '@docusaurus/Noop';