MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / AppHeader

Function AppHeader

src/components/app-header.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { SidebarTrigger } from "@/components/ui/sidebar";
2
3export const AppHeader = () => {
4 return (
5 <header className="flex h-14 shrink-0 items-center gap-2 border-b px-4 bg-background">
6 <SidebarTrigger />
7 </header>
8 );
9};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected