import { t } from '@vegaprotocol/react-helpers'; import { AnchorButton } from '@vegaprotocol/ui-toolkit'; import { VegaWalletContainer } from '../../../components/vega-wallet-container'; import { Web3Container } from '../../../components/web3-container'; import { WithdrawalsContainer } from './withdrawals-container'; const Withdrawals = () => { return (

{t('Withdrawals')}

{t('Start withdrawal')}
); }; export default Withdrawals;