Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Codehagen/Badget
/ SectionHeaderProps
Interface
SectionHeaderProps
src/components/section-header.tsx:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface SectionHeaderProps {
2
children: React.ReactNode;
3
}
4
5
export function SectionHeader({ children }: SectionHeaderProps) {
6
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected