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

Function Navbar

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

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3const Navbar = () => {
4 return (
5 <nav>
6 <ul>
7 <li>Home</li>
8 <li>About</li>
9 <li>Contact Us</li>
10 </ul>
11 </nav>
12 )
13}
14
15export default Navbar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected