aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Action
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Model/Action')
-rw-r--r--src/client/elm/Model/Action/MonthlyAction.elm10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/elm/Model/Action/MonthlyAction.elm b/src/client/elm/Model/Action/MonthlyAction.elm
deleted file mode 100644
index c2de3e5..0000000
--- a/src/client/elm/Model/Action/MonthlyAction.elm
+++ /dev/null
@@ -1,10 +0,0 @@
-module Model.Action.MonthlyAction
- ( MonthlyAction(..)
- ) where
-
-import Model.Payment exposing (Payment)
-
-type MonthlyAction =
- ToggleDetail
- | AddPayment Payment
- | DeletePayment Payment