MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / Navbar

Function Navbar

Video 116/src/components/Navbar.jsx:4–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import Button from './Button'
3
4const Navbar = () => {
5 return (
6 <>
7 <div>
8 Navbar
9 </div>
10 <Button/>
11 </>
12 )
13}
14
15export default Navbar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected