MCPcopy 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

1import React from 'react'
2
3const Home = () => {
4 return (
5 <div>
6 I am Home
7 </div>
8 )
9}
10
11export default Home

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected