Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Oct 9, 2023
1 parent 87ec3ba commit a71e0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/Inspector/DetailCell.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import LensFactory from '../../lenses/LensFactory';
import { FunctionComponent, memo, useCallback, useContext, useMemo } from 'react';
import { FunctionComponent, memo, useCallback, useMemo } from 'react';
import { areEqual } from 'react-window';
import type { GridChildComponentProps as CellProps } from 'react-window';
import { Dataset, useDataset } from '../../stores/dataset';
Expand Down

0 comments on commit a71e0ce

Please sign in to comment.