UNPKG

microsite

Version:
6 lines (5 loc) 227 B
import { h, render } from 'preact'; export default (Page, props) => { const Component = Page.Component ? Page.Component : Page; render(h(Component, Object.assign({}, props)), document.getElementById('__microsite')); };