diff options
Diffstat (limited to 'src/client/LoggedIn/Msg.elm')
-rw-r--r-- | src/client/LoggedIn/Msg.elm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/LoggedIn/Msg.elm b/src/client/LoggedIn/Msg.elm index a128cff..d00e2cb 100644 --- a/src/client/LoggedIn/Msg.elm +++ b/src/client/LoggedIn/Msg.elm @@ -4,7 +4,8 @@ module LoggedIn.Msg exposing import Date exposing (Date) -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) |