makes it compile as is

This commit is contained in:
2019-11-11 15:49:39 +01:00
parent 5725d81236
commit 3aee238cd9
6 changed files with 794 additions and 845 deletions

View File

@@ -20,6 +20,7 @@
<script>
var app = Elm.Main.init({
node: document.getElementById('app'),
flags: 0,
});
</script>
</body>