import { ExpandableWidget, OrderedList } from '@components/WidgetParts'; import { t } from '@lingui/macro'; import { Heading } from '@ts/types/app'; import useHeadingsTree from '@utils/hooks/useHeadingsTree'; const ToC = () => { const headingsTree = useHeadingsTree('article'); const title = t`Table of contents`; const getItems = (headings: Heading[]) => { return headings.map((heading) => { return (