()
| 2 | import Cart from "./Cart"; |
| 3 | |
| 4 | function Header(){ |
| 5 | |
| 6 | return( |
| 7 | <> |
| 8 | <h1>I am Blinkit</h1> |
| 9 | {/* <Display /> */} |
| 10 | <Cart></Cart> |
| 11 | </> |
| 12 | ) |
| 13 | } |
| 14 | |
| 15 | export default Header; |
nothing calls this directly
no outgoing calls
no test coverage detected