()
| 1 | export function Header() { |
| 2 | return ( |
| 3 | <box justifyContent="center" alignItems="center"> |
| 4 | <box flexDirection="row" justifyContent="center" gap={0.5} alignItems="center"> |
| 5 | <ascii-font font="tiny" text="Night" color="gray" /> |
| 6 | <ascii-font font="tiny" text="Code" /> |
| 7 | </box> |
| 8 | </box> |
| 9 | ); |
| 10 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected