Skip to content

Commit a5cc62b

Browse files
Removed unused import.
1 parent c53c79a commit a5cc62b

File tree

1 file changed

+0
-1
lines changed
  • packages/react-devtools-shared/src/devtools/views/Components

1 file changed

+0
-1
lines changed

packages/react-devtools-shared/src/devtools/views/Components/KeyValue.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {meta} from '../../../hydration';
1616
import styles from './KeyValue.css';
1717

1818
import type {InspectPath} from './SelectedElement';
19-
import EditableName from './EditableName';
2019

2120
type OverrideValueFn = (path: Array<string | number>, value: any) => void;
2221

0 commit comments

Comments
 (0)