Skip to content

Commit

Permalink
fixup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 23, 2023
1 parent 08948c8 commit 4e807de
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
import type { AddApprovalRequest } from '@metamask/approval-controller';
import type { RestrictedControllerMessenger } from '@metamask/base-controller';
import { BaseControllerV2 } from '@metamask/base-controller';
import type {
NetworkControllerFindNetworkClientIdByChainIdAction,
NetworkControllerGetNetworkClientByIdAction,
NetworkControllerGetStateAction,
NetworkControllerSetActiveNetworkAction,
NetworkControllerSetProviderTypeAction,
} from '@metamask/network-controller';
import type { SelectedNetworkControllerSetNetworkClientIdForDomainAction } from '@metamask/selected-network-controller';

const controllerName = 'QueuedRequestController';

Expand Down

0 comments on commit 4e807de

Please sign in to comment.