Skip to content

Commit

Permalink
Merge pull request #263 from Renumics/fix/frontend/lint
Browse files Browse the repository at this point in the history
Fix unused imports
  • Loading branch information
neindochoh authored Oct 9, 2023
2 parents 87ec3ba + a71e0ce commit 936e107
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 936e107

Please sign in to comment.