Skip to content

Commit 9522cc5

Browse files
committed
chore: lint
1 parent 0ef8283 commit 9522cc5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/account-api/src/api/multichain/account.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import type {
66
MultichainAccountWalletId,
77
} from './wallet';
88
import type { Bip44Account } from '../bip44';
9-
import { AccountGroup, AccountGroupType } from '../group';
9+
import type { AccountGroup } from '../group';
10+
import { AccountGroupType } from '../group';
1011
import type { AccountProvider } from '../provider';
1112
import type { AccountSelector } from '../selector';
1213
import { AccountWalletType } from '../wallet';

0 commit comments

Comments
 (0)