diff --git a/packages/core/src/__test__/wallet.mock.ts b/packages/core/src/__test__/wallet.mock.ts index 36f45d7..87d6ecc 100644 --- a/packages/core/src/__test__/wallet.mock.ts +++ b/packages/core/src/__test__/wallet.mock.ts @@ -1,5 +1,5 @@ import wallets from "../discovery" -import type { Permission, StarknetWindowObject } from "starknet-types" +import { Permission, type StarknetWindowObject } from "starknet-types" type WalletMock = Pick