mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-25 23:43:02 +03:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import { Elm } from './src/Main.elm'
|
|
|
|
Elm.Main.init({
|
|
node: document.getElementById('app')
|
|
})
|