Skip to content

Commit

Permalink
fix: type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Jan 31, 2025
1 parent 5408a29 commit 1f5c21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/connectors/argent/argentMobile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import {
} from "@starknet-io/types-js"
import {
Account,
AccountInterface,
type AccountInterface,
constants,
ProviderInterface,
type ProviderInterface,
type ProviderOptions,
} from "starknet"
import {
Expand Down

0 comments on commit 1f5c21a

Please sign in to comment.