MCPcopy Create free account
hub / github.com/F12FLASH/CTF / App

Function App

4.Stackless Stack/client/src/App.tsx:19–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function App() {
20 return (
21 <QueryClientProvider client={queryClient}>
22 <TooltipProvider>
23 <Toaster />
24 <Router />
25 </TooltipProvider>
26 </QueryClientProvider>
27 );
28}
29
30export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected