diff --git a/polaris-react/src/components/IndexTable/IndexTable.tsx b/polaris-react/src/components/IndexTable/IndexTable.tsx index 4d03e6fcf7f..fb56f0a79f1 100644 --- a/polaris-react/src/components/IndexTable/IndexTable.tsx +++ b/polaris-react/src/components/IndexTable/IndexTable.tsx @@ -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';