Skip to content

Commit

Permalink
Remove unused useIsomorphicLayoutEffect import
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Feb 27, 2024
1 parent 7f85ae1 commit 297c770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polaris-react/src/components/IndexTable/IndexTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type {SpaceScale} from '@shopify/polaris-tokens';

import {debounce} from '../../utilities/debounce';
import {useToggle} from '../../utilities/use-toggle';
import {useIsomorphicLayoutEffect} from '../../utilities/use-isomorphic-layout-effect';
import {useI18n} from '../../utilities/i18n';
import {Badge} from '../Badge';
import {Checkbox as PolarisCheckbox} from '../Checkbox';
Expand Down

0 comments on commit 297c770

Please sign in to comment.