Skip to content

Commit

Permalink
Adjusting StatusIcon import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Mar 10, 2022
1 parent 301ba12 commit c42f092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Identicon/StatusIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import CoinbaseWalletIcon from '../../assets/images/coinbaseWalletIcon.svg'
import FortmaticIcon from '../../assets/images/fortmaticIcon.png'
import PortisIcon from '../../assets/images/portisIcon.png'
import WalletConnectIcon from '../../assets/images/walletConnectIcon.svg'
import { fortmatic, injected, portis, walletconnect, walletlink } from '../../connectors'
import Identicon from '../Identicon'
import { fortmatic, injected, portis, walletconnect, walletlink } from 'connectors'
import Identicon from 'components/Identicon'

export default function StatusIcon({ connector }: { connector: AbstractConnector | Connector }) {
switch (connector) {
Expand Down

0 comments on commit c42f092

Please sign in to comment.