Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ Navbar
Function
Navbar
Video 121/first/component/Navbar.js:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
React from
'react'
2
3
const
Navbar = () => {
4
return
(
5
<div>
6
I am navbar
7
</div>
8
)
9
}
10
11
export
default Navbar
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected