tiny helper functions for creating virtual DOM nodes
import * as h from '@semibran/html'
import patch from '@semibran/patch'
patch(document.body, h.body([
h.p(['hello world!'])
]))
tiny helper functions for creating virtual DOM nodes
import * as h from '@semibran/html'
import patch from '@semibran/patch'
patch(document.body, h.body([
h.p(['hello world!'])
]))