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

Function Footer

Video 105/with-react/src/components/Footer.js:3–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected