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

Function Footer

Video 106/first-app/src/components/Footer.jsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react'
2import "./Footer.css"
3const Footer = () => {
4 return (
5 <div className='footer'>
6 Copyright &copy; www.codewithharry.com | All rights reserved
7 </div>
8 )
9}
10
11export default Footer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected