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

Function About

Video 115/src/components/About.jsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected