import { Typography } from '@material-ui/core' import { ReactElement } from 'react' import Balance from './Balance' import { ROUTES } from '../../routes' export function BankCardTopUpIndex(): ReactElement { return ( It is recommended to buy an amount equivalent to 10 EUR maximum. If you're not familiar with cryptocurrencies, you may use{' '} this guide . } next={ROUTES.TOP_UP_BANK_CARD_SWAP} /> ) }