index
:
elm-friday-hacks-11-2021.git
main
Valuemotive #Friday hacks prez about Elm in Nov 2021
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
index.js
blob: 65faf6c965e64a0e9b99b25b41054bfccb0b4d8a (
plain
)
1
2
3
import
{
Elm
}
from
"./Main.elm"
;
Elm
.
Main
.
init
({
node
:
document
.
getElementById
(
"root"
) });