Skip to content

Commit 34f3ab4

Browse files
fix(TableOfContents): declare import type with Item
1 parent cf79bc0 commit 34f3ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableOfContents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Translation from "../Translation"
2222

2323
import Mobile from "./TableOfContentsMobile"
2424
import ItemsList from "./ItemsList"
25-
import { getCustomId, Item, outerListProps } from "./utils"
25+
import { getCustomId, type Item, outerListProps } from "./utils"
2626
import { trackCustomEvent } from "../../utils/matomo"
2727

2828
export { Item }

0 commit comments

Comments
 (0)