import { Box } from '@chakra-ui/react' import React from 'react' import { OPACITY_ON_LOAD } from '../../../Layout/animations' const ExchangeRate = () => { return ( ) } export default ExchangeRate