import { View } from 'react-native'; import { HStack, ProgressBar, Text } from '@cdx-ui/components'; export function MonthlyBudgetSection() { return ( Monthly budget $1,840 / $2,500 ); }