mars-v2-frontend/src/hooks/data/index.ts
2022-12-13 14:21:30 +01:00

9 lines
456 B
TypeScript

// @index(['./*.tsx'], f => `export { ${f.name} } from '${f.path}'`)
export { useAccountStats } from './useAccountStats'
export { useAnimations } from './useAnimations'
export { useBalances } from './useBalances'
export { useCalculateMaxBorrowAmount } from './useCalculateMaxBorrowAmount'
export { useCalculateMaxTradeAmount } from './useCalculateMaxTradeAmount'
export { useCalculateMaxWithdrawAmount } from './useCalculateMaxWithdrawAmount'
// @endindex