()
| 1 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected