mirror of https://github.com/n2geoff/um
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
import tag from "./tag.js";
|
||
|
import app from "./app.js";
|
||
|
|
||
|
export {app};
|
||
|
export const h = tag;
|