um/src/index.js

6 lines
93 B
JavaScript
Raw Normal View History

2024-05-05 00:34:27 +00:00
import tag from "./tag.js";
import app from "./app.js";
export {app};
export const h = tag;