()
| 3 | import { LightspeedLogoURL } from "../assets/constants"; |
| 4 | |
| 5 | const Header = () => { |
| 6 | return ( |
| 7 | <MainHeader> |
| 8 | <HeaderLogoContainer> |
| 9 | <img src={LightspeedLogoURL} alt="Lightspeed logo"></img> |
| 10 | <h1>Project Lightspeed</h1> |
| 11 | </HeaderLogoContainer> |
| 12 | </MainHeader> |
| 13 | ); |
| 14 | }; |
| 15 | |
| 16 | export default Header; |
nothing calls this directly
no outgoing calls
no test coverage detected