MCPcopy Create free account
hub / github.com/StaticMania/keep-react / Sections

Interface Sections

app/components/TableOfContent.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { useEffect, useState } from 'react'
5
6export interface Sections {
7 id: number
8 idName: string
9}
10
11const TableOfContent = () => {
12 const pathname = usePathname()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected