Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Jul 24, 2024
1 parent fedd1a4 commit ddab5b3
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { toChecksumAddress } from 'ethereumjs-util';
import React, { useEffect, useMemo, useState } from 'react';
import { useSelector } from 'react-redux';

import { strings } from '../../../../locales/i18n';
import TagUrl from '../../../component-library/components/Tags/TagUrl';
import AppConstants from '../../../core/AppConstants';
import { selectAccountsByChainId } from '../../../selectors/accountTrackerController';
import { getUrlObj, prefixUrlWithProtocol } from '../../../util/browser';
import { WALLET_CONNECT_ORIGIN } from '../../../util/walletconnect';
import useFavicon from '../../hooks/useFavicon/useFavicon';
import { selectInternalAccounts } from '../../../selectors/accountsController';
import { useStyles } from '../../../component-library/hooks';
import { strings } from '../../../../../../locales/i18n';
import TagUrl from '../../../../../component-library/components/Tags/TagUrl';
import AppConstants from '../../../../../core/AppConstants';
import { selectAccountsByChainId } from '../../../../../selectors/accountTrackerController';
import { getUrlObj, prefixUrlWithProtocol } from '../../../../../util/browser';
import { WALLET_CONNECT_ORIGIN } from '../../../../../util/walletconnect';
import useFavicon from '../../../../hooks/useFavicon/useFavicon';
import { selectInternalAccounts } from '../../../../../selectors/accountsController';
import { useStyles } from '../../../../../component-library/hooks';
import stylesheet from './ApprovalTagUrl.styles';

const { ORIGIN_DEEPLINK, ORIGIN_QR_CODE } = AppConstants.DEEPLINKS;
Expand Down

0 comments on commit ddab5b3

Please sign in to comment.