Skip to content

Commit

Permalink
fix(TabList): fix import definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccarrington committed Nov 7, 2024
1 parent a1859e2 commit 2706875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabList/TabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useTabsContext } from '../TabsProvider/TabsProvider.utils';
import { DEFAULTS, STYLE } from './TabList.constants';
import './TabList.style.scss';
import { Props } from './TabList.types';
import { useCheckForScreenReaderLabel } from '../..//utils/a11y';
import { useCheckForScreenReaderLabel } from '../../utils/a11y';

/**
* The TabList component.
Expand Down

0 comments on commit 2706875

Please sign in to comment.