Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Nov 21, 2024
1 parent 838a9bb commit 3e54a1e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import React, { useEffect, useRef, useState, useContext, useMemo } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import {
getCurrentNetwork,
getNetworkConfigurationsByChainId,
getPreferences,
} from '../../../../../selectors';
import { getCurrentNetwork, getPreferences } from '../../../../../selectors';
import { getNetworkConfigurationsByChainId } from '../../../../../../shared/modules/selectors/networks';
import {
Box,
ButtonBase,
Expand Down

0 comments on commit 3e54a1e

Please sign in to comment.