import { h, Component } from 'preact'; class WBInlineSearch extends Component { render() { return (
); } } export default WBInlineSearch;