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

Function Footer

Video 129/layouts/components/Footer.js:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3const Footer = () => {
4 return (
5 <footer className="bg-gray-800 text-white p-4">
6 <div className="container mx-auto">
7 Footer
8 </div>
9 </footer>
10 )
11}
12
13export default Footer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected