We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef8283 commit 9522cc5Copy full SHA for 9522cc5
1 file changed
packages/account-api/src/api/multichain/account.ts
@@ -6,7 +6,8 @@ import type {
6
MultichainAccountWalletId,
7
} from './wallet';
8
import type { Bip44Account } from '../bip44';
9
-import { AccountGroup, AccountGroupType } from '../group';
+import type { AccountGroup } from '../group';
10
+import { AccountGroupType } from '../group';
11
import type { AccountProvider } from '../provider';
12
import type { AccountSelector } from '../selector';
13
import { AccountWalletType } from '../wallet';
0 commit comments