diff options
Diffstat (limited to 'client/src/View/Payment/Constants.hs')
-rw-r--r-- | client/src/View/Payment/Constants.hs | 6 |
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 |