UNPKG

b0nes

Version:

Zero-dependency component library and SSR/SSG framework

9 lines (7 loc) 198 B
import { tabs as tabsRender } from './tabs.js'; import { client } from './molecules.tabs.client.js'; export const tabs = { render: tabsRender, client: client }; export default tabs.render;