Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove unused vars
  • Loading branch information
hmalik88 committed Jul 17, 2025
commit 6a859887b437bd95ab92ee60a57971193cfedefd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import { Provider } from 'react-redux';
import { MemoryRouter, Route } from 'react-router-dom';
import configureStore from 'redux-mock-store';
import thunk from 'redux-thunk';
import {
ACCOUNT_DETAILS_ROUTE,
ACCOUNT_DETAILS_QR_CODE_ROUTE,
} from '../../../helpers/constants/routes';
import { ACCOUNT_DETAILS_QR_CODE_ROUTE } from '../../../helpers/constants/routes';
import { openBlockExplorer } from '../../../components/multichain/menu-items/view-explorer-menu-item';
import { getMultichainAccountUrl } from '../../../helpers/utils/multichain/blockExplorer';
import { useMultichainSelector } from '../../../hooks/useMultichainSelector';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
ButtonSecondarySize,
IconName,
} from '../../../components/component-library';
import { ACCOUNT_DETAILS_ROUTE } from '../../../helpers/constants/routes';
import {
BackgroundColor,
TextVariant,
Expand Down
Loading