diff options
author | Joris | 2016-03-27 21:59:46 +0200 |
---|---|---|
committer | Joris | 2016-03-27 21:59:46 +0200 |
commit | b0d80a5458d7ba4546e5f01f5b6398ea6d23f981 (patch) | |
tree | c19421e93f8797d3ea3bd7385bffa7a27296991f /src/client/elm/LoggedIn/Monthly | |
parent | bcaf346553abf5821bec1e6d9928c68c4a2f998e (diff) |
Move view and models files
Diffstat (limited to 'src/client/elm/LoggedIn/Monthly')
-rw-r--r-- | src/client/elm/LoggedIn/Monthly/View.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/elm/LoggedIn/Monthly/View.elm b/src/client/elm/LoggedIn/Monthly/View.elm index 6fc90b2..f4ae2c9 100644 --- a/src/client/elm/LoggedIn/Monthly/View.elm +++ b/src/client/elm/LoggedIn/Monthly/View.elm @@ -11,6 +11,8 @@ import Html.Events exposing (..) import LoggedIn.Action as LoggedInAction import LoggedIn.Model as LoggedInModel +import LoggedIn.View.Price exposing (price) +import LoggedIn.View.Expand exposing (..) import LoggedIn.Monthly.Action as MonthlyAction import LoggedIn.Monthly.Model as MonthlyModel @@ -21,8 +23,6 @@ import Model.Translations exposing (getMessage, getParamMessage) import Action exposing (..) import View.Icon exposing (renderIcon) -import View.Expand exposing (..) -import View.Price exposing (price) view : Address Action -> Model -> LoggedInModel.Model -> Html view address model loggedInModel = |