This website requires JavaScript.
Explore
Help
Sign In
geoff
/
uhm
mirror of
https://github.com/n2geoff/uhm
Watch
1
Star
0
Fork
You've already forked uhm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
570221e549
uhm
/
src
/
index.js
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
tweak tag export function
2024-05-22 16:02:58 +00:00
import
h
from
"./tag.js"
;
first pass
2024-05-05 00:34:27 +00:00
import
app
from
"./app.js"
;
export
{
app
}
;
tweak tag export function
2024-05-22 16:02:58 +00:00
export
{
h
}
;