// @flow import React from 'react'; import Page from 'component/page'; import WalletSwap from 'component/walletSwap'; type Props = {}; export default function SwapPage(props: Props) { return ( ); }