MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / NavLayout

Function NavLayout

frontend/src/components/root/nav-layout.tsx:11–30  ·  view source on GitHub ↗
({ children }: NavLayoutProps)

Source from the content-addressed store, hash-verified

9export default function NavLayout({ children }: NavLayoutProps) {
10 return (
11 <>
12 <FloatingNavbar
13 name="CodeFox"
14 className="transition-transform duration-300"
15 />
16 <div className="w-full">{children}</div>
17 </>
18 );
19}

Callers

nothing calls this directly

Calls 1

useAuthContextFunction · 0.90

Tested by

no test coverage detected