This commit is contained in:
Geoff Doty 2024-05-22 11:50:25 -04:00
parent 363d7a58ce
commit 9bb54e38fe
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ import tag from "./tag.js";
import app from "./app.js"; import app from "./app.js";
export {app}; export {app};
/** exports tag as h */
export const h = tag; export const h = tag;