MCPcopy Create free account
hub / github.com/bhancockio/nextjs-crewai-basic-tutorial / Header

Function Header

nextjs_app/components/Header.tsx:1–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export default function Header() {
2 return (
3 <div className="bg-black">
4 <div className="mx-auto py-4 px-5">
5 <h1 className="text-white text-3xl font-bold">
6 NextJS CrewAI Tutorial
7 </h1>
8 </div>
9 </div>
10 );
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected