Skip to content

Commit

Permalink
fix issues with import
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed Sep 9, 2024
1 parent b0acbe5 commit d03530e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/popup/pages/deploy-details/components/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { Trans, useTranslation } from 'react-i18next';
import { useSelector } from 'react-redux';
import styled from 'styled-components';

import { getBlockExplorerContractPackageUrl } from '@src/constants';
import {
getBlockExplorerContractPackageUrl,
getContractNftUrl
} from '@src/constants';
import { isEqualCaseInsensitive } from '@src/utils';

import { selectApiConfigBasedOnActiveNetwork } from '@background/redux/settings/selectors';
Expand Down

0 comments on commit d03530e

Please sign in to comment.