aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Action/MonthlyAction.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Model/Action/MonthlyAction.elm')
-rw-r--r--src/client/elm/Model/Action/MonthlyAction.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/elm/Model/Action/MonthlyAction.elm b/src/client/elm/Model/Action/MonthlyAction.elm
index d985ccc..c2de3e5 100644
--- a/src/client/elm/Model/Action/MonthlyAction.elm
+++ b/src/client/elm/Model/Action/MonthlyAction.elm
@@ -2,9 +2,9 @@ module Model.Action.MonthlyAction
( MonthlyAction(..)
) where
-import Model.Payment exposing (Payment, PaymentId)
+import Model.Payment exposing (Payment)
type MonthlyAction =
ToggleDetail
| AddPayment Payment
- | DeletePayment PaymentId
+ | DeletePayment Payment