diff --git a/packages/ui/src/accounts/components/AnonymousAccount.tsx b/packages/ui/src/accounts/components/AnonymousAccount.tsx index bf892ffa43..b6a082213c 100644 --- a/packages/ui/src/accounts/components/AnonymousAccount.tsx +++ b/packages/ui/src/accounts/components/AnonymousAccount.tsx @@ -1,4 +1,4 @@ -import Identicon from '@polkadot/react-identicon' +import { Identicon } from '@polkadot/react-identicon' import BN from 'bn.js' import React from 'react' import styled from 'styled-components'