import Styles from './info.module.less'; export default function Info(props) { const { price, t } = props; return (
{t('price')}
{t('common::pay.symbol')}
{price}
); }