Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Apr 3, 2024
1 parent b2afe32 commit 3f6ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/__test__/wallet.mock.ts
Original file line number Diff line number Diff line change
@@ -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<StarknetWindowObject, "id" | "name" | "icon" | "request">

Expand Down

0 comments on commit 3f6ef54

Please sign in to comment.