mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-27 13:52:47 -07:00
7 lines
215 B
TypeScript
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
|