MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / Header

Function Header

04React/Day10/src/components/Header.jsx:4–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import Cart from "./Cart";
3
4function Header(){
5
6 return(
7 <>
8 <h1>I am Blinkit</h1>
9 {/* <Display /> */}
10 <Cart></Cart>
11 </>
12 )
13}
14
15export default Header;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected