aboutsummaryrefslogtreecommitdiff
path: root/src/client/Msg.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Msg.elm')
-rw-r--r--src/client/Msg.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/Msg.elm b/src/client/Msg.elm
index cf592aa..5970747 100644
--- a/src/client/Msg.elm
+++ b/src/client/Msg.elm
@@ -8,7 +8,8 @@ import Time exposing (Time)
import Page exposing (Page)
import Model.Init exposing (Init)
-import Model.Payment exposing (PaymentId, Frequency)
+import Model.Payment exposing (PaymentId)
+import Model.Frequency exposing (Frequency)
import Model.Income exposing (IncomeId)
import Model.Category exposing (CategoryId)