Skip to content

Commit db506fa

Browse files
committed
feat(Layout): fix import
1 parent 8fa1724 commit db506fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/Layout/LayoutHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
tasty,
1919
} from '../../../tasty';
2020
import { Link } from '../../actions/Link/Link';
21-
import { useAutoTooltip } from '../Item/Item';
2221
import { Text } from '../Text';
22+
import { useAutoTooltip } from '../use-auto-tooltip';
2323

2424
import { LayoutContextReset } from './LayoutContext';
2525

0 commit comments

Comments
 (0)