MCPcopy Create free account
hub / github.com/TAMustafa/Local_Chat_RAG / App

Function App

frontend/src/App.tsx:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import theme from './styles/theme';
5
6function App() {
7 return (
8 <ChakraProvider theme={theme}>
9 <Box height="100%" bg="gray.50">
10 <MainLayout />
11 </Box>
12 </ChakraProvider>
13 );
14}
15
16export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected