diff --git a/packages/site/src/components/cards/GetAccountInfo.tsx b/packages/site/src/components/cards/GetAccountInfo.tsx index 1517bef..8ffaa43 100644 --- a/packages/site/src/components/cards/GetAccountInfo.tsx +++ b/packages/site/src/components/cards/GetAccountInfo.tsx @@ -12,7 +12,9 @@ import { } from '../../utils'; import { hederaNetworks } from '../../utils/hedera'; import { Card, SendHelloButton } from '../base'; -import { GetExternalAccountRef } from '../sections/ExternalAccount'; +import ExternalAccount, { + GetExternalAccountRef, +} from '../sections/ExternalAccount'; type Props = { setCurrentNetwork: React.Dispatch>; @@ -70,7 +72,7 @@ const GetAccountInfo: FC = ({ description: 'Get the current account information', form: ( <> - {/* */} +