pull it all together

This commit is contained in:
Geoff Doty 2025-05-31 01:18:41 -04:00
parent 0b3a08d64e
commit 389ef72450
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
import app from "./src/app.js";
import h from "./src/tag.js";
import {app} from "./src/app.js";
import {h} from "./src/tag.js";
import htm from "./src/xhtm.js";
export {app};
export {h};
const html = htm.bind(h);
export {app, h, html};