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