aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Update.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Update.elm')
-rw-r--r--src/client/elm/Update.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/elm/Update.elm b/src/client/elm/Update.elm
index d25b852..5cac028 100644
--- a/src/client/elm/Update.elm
+++ b/src/client/elm/Update.elm
@@ -8,9 +8,10 @@ import Effects exposing (Effects)
import Server
+import Action exposing (..)
+
import Model exposing (Model)
import Model.Translations exposing (getMessage)
-import Model.Action exposing (..)
import Model.View as V
import LoggedIn.Model as LoggedInModel