feat: commissions list

This commit is contained in:
Jose Sousa 2020-11-17 09:52:43 +00:00 committed by Josh Harvey
parent e2970bea48
commit e918a62994
8 changed files with 521 additions and 78 deletions

View file

@ -26,4 +26,4 @@ const startCase = R.compose(
splitOnUpper
)
export { startCase, onlyFirstToUpper, formatLong }
export { startCase, toFirstUpper, onlyFirstToUpper, formatLong }