Tofu/app/main.js
2026-09-18 01:41:02 +02:00

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'))