MCPcopy 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

4import Routes from "./src/Routes";
5
6export 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