Skip to content

Commit

Permalink
fix: permission import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Mar 21, 2024
1 parent 9d8cf71 commit cffee55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/__test__/wallet.mock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Permission, StarknetWindowObject } from "../StarknetWindowObject"
import { StarknetWindowObject } from "../StarknetWindowObject"
import wallets from "../discovery"
import { Permission } from "../rpcMessage"

type WalletMock = Pick<StarknetWindowObject, "id" | "name" | "icon" | "request">

Expand Down

0 comments on commit cffee55

Please sign in to comment.