From 484d62913300d6f3ce73522affc91ff6384d11d9 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 21 Feb 2025 17:33:00 +0100 Subject: Compile Elm to js instead of html --- front/src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front/src') 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 -- cgit v1.2.3