// Initial data passed to Elm (should match `Flags` defined in `Shared.elm`)// https://guide.elm-lang.org/interop/flags.htmlvar flags = null// Start our Elm applicationvar app = Elm.Main.init({ flags: flags })
// Ports go here// https://guide.elm-lang.org/interop/ports.html