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