uhm/src/index.js

6 lines
81 B
JavaScript
Raw Normal View History

2024-05-22 16:02:58 +00:00
import h from "./tag.js";
2024-05-05 00:34:27 +00:00
import app from "./app.js";
export {app};
2024-05-22 16:02:58 +00:00
export {h};