diff --git a/index.js b/index.js index 71f7ae3..ea583e5 100644 --- a/index.js +++ b/index.js @@ -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}; \ No newline at end of file +const html = htm.bind(h); + +export {app, h, html}; \ No newline at end of file