| 4 | import { useEffect, useState } from 'react' |
| 5 | |
| 6 | export interface Sections { |
| 7 | id: number |
| 8 | idName: string |
| 9 | } |
| 10 | |
| 11 | const TableOfContent = () => { |
| 12 | const pathname = usePathname() |
nothing calls this directly
no outgoing calls
no test coverage detected