Skip to content

Commit 5f315af

Browse files
committed
[hygiene] Unused import
1 parent ddff1a4 commit 5f315af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store-inspector/Details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @jsx createElement */
22

33
import {OPEN_CELL, STATE_TABLE} from './common';
4-
import React, {ReactNode, SyntheticEvent} from 'react';
4+
import {ReactNode, SyntheticEvent} from 'react';
55
import {useCell, useSetCellCallback} from '../ui-react';
66
import {CURRENT_TARGET} from '../common/strings';
77
import {Id} from '../types/common';

0 commit comments

Comments
 (0)