Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemag-dev committed Sep 21, 2023
1 parent 42f432f commit 66ff76a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 65 deletions.
116 changes: 53 additions & 63 deletions v4-client-js/__native__/__ios__/v4-native-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v4-client-js/__native__/__ios__/v4-native-client.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion v4-client-js/src/clients/native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { FaucetClient } from './faucet-client';
import LocalWallet from './modules/local-wallet';
import { Subaccount } from './subaccount';
import { OrderFlags } from './types';
import UtilityClient from './modules/utility';

declare global {
// eslint-disable-next-line vars-on-top, no-var
Expand Down

0 comments on commit 66ff76a

Please sign in to comment.