aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/Payment/Constants.hs
blob: ac2320a54496651a1cfaa6062fcfc2fea3df3dfd (plain)
1
2
3
4
5
6
module View.Payment.Constants
  ( paymentsPerPage
  ) where

paymentsPerPage :: Int
paymentsPerPage = 8