aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/Payment/Constants.hs
diff options
context:
space:
mode:
authorJoris2017-11-15 23:50:44 +0100
committerJoris2017-11-16 09:55:55 +0100
commit42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d (patch)
tree012045906e4404c64a8914d60be75fcf809609c7 /client/src/View/Payment/Constants.hs
parent5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1 (diff)
downloadbudget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.tar.gz
budget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.tar.bz2
budget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.zip
Add dynamic pages
Diffstat (limited to 'client/src/View/Payment/Constants.hs')
-rw-r--r--client/src/View/Payment/Constants.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/View/Payment/Constants.hs b/client/src/View/Payment/Constants.hs
new file mode 100644
index 0000000..ac2320a
--- /dev/null
+++ b/client/src/View/Payment/Constants.hs
@@ -0,0 +1,6 @@
+module View.Payment.Constants
+ ( paymentsPerPage
+ ) where
+
+paymentsPerPage :: Int
+paymentsPerPage = 8