import tag from "./tag.js"; import app from "./app.js"; export {app}; /** exports tag as h */ export const h = tag;