Skip to content

Commit 1f5c21a

Browse files
author
Aleksandar Cakalic
committed
fix: type imports
1 parent 5408a29 commit 1f5c21a

File tree

1 file changed

+2
-2
lines changed
  • src/connectors/argent/argentMobile

1 file changed

+2
-2
lines changed

src/connectors/argent/argentMobile/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import {
99
} from "@starknet-io/types-js"
1010
import {
1111
Account,
12-
AccountInterface,
12+
type AccountInterface,
1313
constants,
14-
ProviderInterface,
14+
type ProviderInterface,
1515
type ProviderOptions,
1616
} from "starknet"
1717
import {

0 commit comments

Comments
 (0)