initial commit

This commit is contained in:
2021-08-05 10:48:00 +02:00
commit da4d094689
16 changed files with 5453 additions and 0 deletions

5
client/index.js Normal file
View File

@@ -0,0 +1,5 @@
import { Elm } from "./elm/Main.elm";
Elm.Main.init(
{ node: document.getElementById("root") }
);