Skip to content

Commit 783f9d5

Browse files
author
Juan Tejada
committed
lint
1 parent 8b1e889 commit 783f9d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-devtools-extensions/src/parseHookNames/parseHookNames.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import type {
2525
import type {HookNames, LRUCache} from 'react-devtools-shared/src/types';
2626
import type {Thenable} from 'shared/ReactTypes';
2727
import type {SourceConsumer} from '../astUtils';
28-
import type {MixedSourceMap} from '../SourceMapTypes';
2928

3029
const SOURCE_MAP_REGEX = / ?sourceMappingURL=([^\s'"]+)/gm;
3130
const MAX_SOURCE_LENGTH = 100_000_000;

0 commit comments

Comments
 (0)