MCPcopy Create free account
hub / github.com/EsperoTech/yaade / App

Function App

client/src/App.tsx:12–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const autoLogoutDurationInS = 30;
11
12function App() {
13 return (
14 <ChakraProvider theme={theme}>
15 <ContextProvider>
16 <AppWithUser />
17 </ContextProvider>
18 </ChakraProvider>
19 );
20}
21
22function AppWithUser() {
23 const { user, setUser } = useContext(UserContext);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected