import Sparkles from '../sparkles' const Amount = ({ amount }) => ( {amount} ) export default Amount