From b0d80a5458d7ba4546e5f01f5b6398ea6d23f981 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 27 Mar 2016 21:59:46 +0200 Subject: Move view and models files --- src/client/elm/LoggedIn/Monthly/View.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/elm/LoggedIn/Monthly') 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 = -- cgit v1.2.3