aboutsummaryrefslogtreecommitdiff
path: root/src/client/Server.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Server.elm')
-rw-r--r--src/client/Server.elm1
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)