MCPcopy Create free account
hub / github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB / App

Function App

chapter6/frontend/src/App.js:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import Lorem from "./components/Lorem";
3
4function App() {
5 return (
6 <Layout>
7 <div className="App">
8 <Lorem title="Cars FARM"/>
9 </div>
10 </Layout>
11 );
12}
13
14export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected