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

Function App

Video 130/passop-mongo/src/App.jsx:7–18  ·  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 <Manager />
14 </div>
15 <Footer />
16 </>
17 )
18}
19
20export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected