mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-29 13:34:42 +03:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
|
import { Elm } from '../src/Main.elm'
|
||
|
|
||
|
Elm.Main.init({
|
||
|
node: document.getElementById('app')
|
||
|
})
|