app.js 99 B

123
  1. import { Elm } from '../src/Main.elm';
  2. Elm.Main.init({ node: document.getElementById('myapp') });