aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Update.elm
diff options
context:
space:
mode:
authorJoris2016-03-27 21:35:52 +0200
committerJoris2016-03-27 21:35:52 +0200
commit0620d925b1045b17cad613a3cc5a1fbb3748c83c (patch)
tree8969b19254deec47e8ad63f973a7f7ff2a3144b4 /src/client/elm/Update.elm
parent617d30c96792795ab8561a6262c4c5f4e023b6cf (diff)
downloadbudget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.tar.gz
budget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.tar.bz2
budget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.zip
Moving some files
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