Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneBitCodeBlog/onebitlife
/ App
Function
App
App.js:6–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
import
Routes from
"./src/Routes"
;
5
6
export
default
function
App() {
7
return
(
8
<>
9
<StatusBar barStyle={
"auto"
} />
10
<Routes />
11
</>
12
);
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected