()
| 1 | function Header() { |
| 2 | return ( |
| 3 | <header className="bg-slate-100 p-4"> |
| 4 | <span className="text-base tracking-wide uppercase font-bold mr-10"> |
| 5 | STAC-React Example App |
| 6 | </span> |
| 7 | </header> |
| 8 | ); |
| 9 | } |
| 10 | |
| 11 | export default Header; |
nothing calls this directly
no outgoing calls
no test coverage detected