um/src/index.js

6 lines
93 B
JavaScript

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