2
0
Files
bot/apps/builder/src/features/billing/index.ts
2023-02-17 16:19:39 +01:00

7 lines
355 B
TypeScript

export { ChangePlanModal, LimitReached } from './components/ChangePlanModal'
export { planToReadable, isFreePlan, isProPlan } from './utils'
export { BillingContent } from './components/BillingContent'
export { LockTag } from './components/LockTag'
export { UpgradeButton } from './components/UpgradeButton'
export { PlanTag } from './components/PlanTag'