uhm/src/index.js

6 lines
81 B
JavaScript

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