diff options
Diffstat (limited to 'src/client/elm/LoggedIn/Monthly')
-rw-r--r-- | src/client/elm/LoggedIn/Monthly/View.elm | 2 |
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 (..) |