Skip to content

Commit dec93b9

Browse files
committed
Fix lint
1 parent 2ea5442 commit dec93b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/selectors/featureFlagController/stableTokens/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { CHAIN_IDS } from '@metamask/transaction-controller';
2-
import type { Json } from '@metamask/utils';
3-
import { Hex } from '@metamask/utils';
2+
import { type Json, Hex } from '@metamask/utils';
43
import { selectStablecoins, STABLE_TOKENS_FLAG } from '.';
54
import mockedEngine from '../../../core/__mocks__/MockedEngine';
65
import { mockedEmptyFlagsState, mockedUndefinedFlagsState } from '../mocks';

0 commit comments

Comments
 (0)