diff options
author | Joris | 2017-03-27 10:18:40 +0200 |
---|---|---|
committer | Joris | 2017-03-27 10:18:40 +0200 |
commit | 64ff4707fdcd81c27c6be9903c3c82bc543ef016 (patch) | |
tree | fa0c3a9112f4f7c8bd383ad3e597041ab7d5a503 /src/client/LoggedIn/Home/Header/View.elm | |
parent | 40273c30166877b3341125ad5248793b2f2fcc64 (diff) |
Modelize punctual and monthly payment pages
Diffstat (limited to 'src/client/LoggedIn/Home/Header/View.elm')
-rw-r--r-- | src/client/LoggedIn/Home/Header/View.elm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/LoggedIn/Home/Header/View.elm b/src/client/LoggedIn/Home/Header/View.elm index 3f8a320..14d90d7 100644 --- a/src/client/LoggedIn/Home/Header/View.elm +++ b/src/client/LoggedIn/Home/Header/View.elm @@ -21,7 +21,8 @@ import LoggedData exposing (LoggedData) import LoggedIn.Home.Model as Home import Model.Translations exposing (getParamMessage) import Model.Conf exposing (Conf) -import Model.Payment as Payment exposing (Payments, Frequency(..)) +import Model.Payment as Payment exposing (Payments) +import Model.Frequency exposing (Frequency(..)) import Model.Translations exposing (getMessage) import Dialog.AddPayment.Model as AddPayment |