diff options
Diffstat (limited to 'front')
-rw-r--r-- | front/.gitignore | 1 | ||||
-rw-r--r-- | front/src/Main.elm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/front/.gitignore b/front/.gitignore index e453cba..9e98d05 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -1,2 +1,3 @@ elm-stuff index.html +main.js diff --git a/front/src/Main.elm b/front/src/Main.elm index 9139158..7f6522b 100644 --- a/front/src/Main.elm +++ b/front/src/Main.elm @@ -1,4 +1,4 @@ -module Main exposing (..) +module Main exposing (main) import Round import Browser |