um/index.js

5 lines
92 B
JavaScript
Raw Normal View History

2024-05-22 18:28:22 +00:00
import h from "./src/tag.js";
import app from "./src/app.js";
export {app};
export {h};