uhm/index.js

7 lines
155 B
JavaScript
Raw Permalink Normal View History

2025-05-31 05:18:41 +00:00
import {app} from "./src/app.js";
import {h} from "./src/tag.js";
import htm from "./src/xhtm.js";
2024-05-22 18:28:22 +00:00
2025-05-31 05:18:41 +00:00
const html = htm.bind(h);
export {app, h, html};