import { h, Component } from 'preact'; import WBTabs from 'wb-tabs'; import WBTable from 'wb-table'; import WBPagination from 'wb-pagination'; import WBProjectListing from 'wb-project-listing'; class WBApp extends Component { render() { return (

WBApp

alert(idx) } /> alert(idx) } />
); } } export default WBApp;