diff options
author | Joris | 2019-11-07 07:59:41 +0100 |
---|---|---|
committer | Joris | 2019-11-07 07:59:41 +0100 |
commit | 4dc84dbda7ba3ea60d13e6f81eeec556974b7c72 (patch) | |
tree | 14cca21a981a55049710b85c5f81a18ce836d6b9 /client/src/View/Payment/Init.hs | |
parent | f4f24158a46d8c0975f1b8813bbdbbeebad8c108 (diff) |
Show payment header infos
Diffstat (limited to 'client/src/View/Payment/Init.hs')
-rw-r--r-- | client/src/View/Payment/Init.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/client/src/View/Payment/Init.hs b/client/src/View/Payment/Init.hs deleted file mode 100644 index d9f85c8..0000000 --- a/client/src/View/Payment/Init.hs +++ /dev/null @@ -1,13 +0,0 @@ -module View.Payment.Init - ( Init(..) - ) where - -import Common.Model (Category, Income, Payment, PaymentCategory, User) - -data Init = Init - { _init_users :: [User] - , _init_payments :: [Payment] - , _init_incomes :: [Income] - , _init_categories :: [Category] - , _init_paymentCategories :: [PaymentCategory] - } deriving (Show) |