aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/Income/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/View/Income/Init.hs')
-rw-r--r--client/src/View/Income/Init.hs11
1 files changed, 0 insertions, 11 deletions
diff --git a/client/src/View/Income/Init.hs b/client/src/View/Income/Init.hs
deleted file mode 100644
index 4f3ef99..0000000
--- a/client/src/View/Income/Init.hs
+++ /dev/null
@@ -1,11 +0,0 @@
-module View.Income.Init
- ( Init(..)
- ) where
-
-import Common.Model (Income, Payment, User)
-
-data Init = Init
- { _init_users :: [User]
- , _init_incomes :: [Income]
- , _init_payments :: [Payment]
- } deriving (Show)