diff options
Diffstat (limited to 'client/src/View/Payment/Constants.hs')
-rw-r--r-- | client/src/View/Payment/Constants.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/View/Payment/Constants.hs b/client/src/View/Payment/Constants.hs deleted file mode 100644 index 028e328..0000000 --- a/client/src/View/Payment/Constants.hs +++ /dev/null @@ -1,6 +0,0 @@ -module View.Payment.Constants - ( paymentsPerPage - ) where - -paymentsPerPage :: Int -paymentsPerPage = 7 |