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

Function App

Video 130/passop/src/App.jsx:7–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import Footer from './components/Footer'
6
7function App() {
8
9 return (
10 <>
11 <Navbar />
12 <div className="bg-green-50 bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px]">
13
14 <Manager/>
15 </div>
16 <Footer/>
17 </>
18 )
19}
20
21export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected