Initial import

This commit is contained in:
3wc
2021-04-17 23:42:28 +02:00
commit cf706be388
18 changed files with 5879 additions and 0 deletions

9
public/main.js Normal file
View File

@ -0,0 +1,9 @@
// Initial data passed to Elm (should match `Flags` defined in `Shared.elm`)
// https://guide.elm-lang.org/interop/flags.html
var flags = null
// Start our Elm application
var app = Elm.Main.init({ flags: flags })
// Ports go here
// https://guide.elm-lang.org/interop/ports.html