import React, { ReactElement } from 'react' export default function StakingPage({ accountId }: { accountId: string }): ReactElement { return