Skip to content

Commit

Permalink
remove relative imports to selectors/index.js from other `selectors…
Browse files Browse the repository at this point in the history
…` files
  • Loading branch information
davidmurdoch committed Oct 8, 2024
1 parent d9d1b3a commit 1761ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/selectors/multichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
getSelectedInternalAccount,
getShouldShowFiat,
getShowFiatInTestnets,
} from '.';
} from './selectors';

export type RatesState = {
metamask: RatesControllerState;
Expand Down
2 changes: 1 addition & 1 deletion ui/selectors/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
getOriginOfCurrentTab,
getSelectedInternalAccount,
getTargetSubjectMetadata,
} from '.';
} from './selectors';

// selectors

Expand Down

0 comments on commit 1761ae3

Please sign in to comment.