aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/LoggedIn/Monthly
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/LoggedIn/Monthly
parent617d30c96792795ab8561a6262c4c5f4e023b6cf (diff)
downloadbudget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.tar.gz
budget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.tar.bz2
budget-0620d925b1045b17cad613a3cc5a1fbb3748c83c.zip
Moving some files
Diffstat (limited to 'src/client/elm/LoggedIn/Monthly')
-rw-r--r--src/client/elm/LoggedIn/Monthly/View.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/LoggedIn/Monthly/View.elm b/src/client/elm/LoggedIn/Monthly/View.elm
index f9ea3bf..6fc90b2 100644
--- a/src/client/elm/LoggedIn/Monthly/View.elm
+++ b/src/client/elm/LoggedIn/Monthly/View.elm
@@ -18,7 +18,7 @@ import LoggedIn.Monthly.Model as MonthlyModel
import Model exposing (Model)
import Model.Payment as Payment exposing (Payments, Payment)
import Model.Translations exposing (getMessage, getParamMessage)
-import Model.Action exposing (..)
+import Action exposing (..)
import View.Icon exposing (renderIcon)
import View.Expand exposing (..)