packages feed

matterhorn-40400.0.0: src/Constants.hs

module Constants
  ( pageAmount
  )
where

-- | The number of rows to consider a "page" when scrolling
pageAmount :: Int
pageAmount = 15