Files
tuono/apps/documentation/src/components/TableOfContents/index.ts
T
2025-01-15 16:59:36 +01:00

7 lines
215 B
TypeScript

/*
* Component inspired by: https://github.com/mantinedev/mantine/tree/master/apps/mantine.dev/src/components/TableOfContents
*/
import { TableOfContents } from './TableOfContents'
export default TableOfContents