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/Server.elm | |
parent | 40273c30166877b3341125ad5248793b2f2fcc64 (diff) |
Modelize punctual and monthly payment pages
Diffstat (limited to 'src/client/Server.elm')
-rw-r--r-- | src/client/Server.elm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Server.elm b/src/client/Server.elm index 7f25876..c44b777 100644 --- a/src/client/Server.elm +++ b/src/client/Server.elm @@ -24,6 +24,7 @@ import Date.Extra.Format as DateFormat import Utils.Http as HttpUtils import Model.Payment exposing (..) +import Model.Frequency exposing (Frequency) import Model.Income exposing (incomeIdDecoder, IncomeId) import Model.Category exposing (categoryIdDecoder, CategoryId) import Model.User exposing (Users, usersDecoder, UserId, userIdDecoder) |