()
| 3 | import NavbarContent from "@theme/Navbar/Content"; |
| 4 | |
| 5 | export default function Navbar(): JSX.Element { |
| 6 | return ( |
| 7 | <NavbarLayout> |
| 8 | <NavbarContent /> |
| 9 | </NavbarLayout> |
| 10 | ); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected