5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
import { render } from 'preact'
|
|
import { html } from 'htm/preact'
|
|
import { App } from '#tofu/App.js'
|
|
|
|
render(html`<${App} />`, document.getElementById('root'))
|