Skip to content

Commit

Permalink
use reselect's createSelector instead of going through `@redux/to…
Browse files Browse the repository at this point in the history
…olkit`, as the import names collide when trying to merge files.
  • Loading branch information
davidmurdoch committed Oct 8, 2024
1 parent 1761ae3 commit 89f3391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/selectors/multichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import PropTypes from 'prop-types';
import { InternalAccount, isEvmAccountType } from '@metamask/keyring-api';
import type { RatesControllerState } from '@metamask/assets-controllers';
import { CaipChainId, Hex, KnownCaipNamespace } from '@metamask/utils';
import { createSelector } from '@reduxjs/toolkit';
import { createSelector } from 'reselect';
import { NetworkType } from '@metamask/controller-utils';
import { Numeric } from '../../shared/modules/Numeric';
import {
Expand Down

0 comments on commit 89f3391

Please sign in to comment.