Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jul 30, 2024
1 parent e4115c1 commit a56d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Views/NftOptions/NftOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Text, {
TextColor,
TextVariant,
} from '../../../component-library/components/Texts/Text';
import { CHAIN_IDS } from '@metamask/transaction-controller/dist/constants';
import { CHAIN_IDS } from '@metamask/transaction-controller';
import Engine from '../../../core/Engine';
import { removeFavoriteCollectible } from '../../../actions/collectibles';
import { selectSelectedInternalAccountChecksummedAddress } from '../../../selectors/accountsController';
Expand Down

0 comments on commit a56d65f

Please sign in to comment.