diff --git a/src/index.js b/src/index.js index 6a5d272..0cb1f35 100644 --- a/src/index.js +++ b/src/index.js @@ -2,4 +2,5 @@ import tag from "./tag.js"; import app from "./app.js"; export {app}; +/** exports tag as h */ export const h = tag;