MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / Navbar

Function Navbar

src/theme/Navbar/index.tsx:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import NavbarContent from "@theme/Navbar/Content";
4
5export default function Navbar(): JSX.Element {
6 return (
7 <NavbarLayout>
8 <NavbarContent />
9 </NavbarLayout>
10 );
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected