Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB
/ App
Function
App
chapter9/frontend/src/App.js:2–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
2
function
App() {
3
return
(
4
<div className=
"App"
>
5
<div className=
" bg-orange-500 text-white"
> Some test text</div>
6
</div>
7
);
8
}
9
10
export
default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected