import React from 'react'; import ExchangeView from './ExchangeView'; const Exchange = (props) => { return <ExchangeView />; }; export default Exchange;