Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Mar 8, 2025
1 parent f31f572 commit 214cea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
MetaMetricsEventCategory,
MetaMetricsEventName,
} from '../../../../../../shared/constants/metametrics';
import { SendPageRow } from './send-page-row';
import { MergedInternalAccount } from '../../../../../selectors/selectors.types';
import { SendPageRow } from './send-page-row';

type SendPageYourAccountsProps = {
allowedAccountTypes?: KeyringAccountType[];
Expand Down

0 comments on commit 214cea0

Please sign in to comment.