()
| 2 | import {Text} from "@chakra-ui/react"; |
| 3 | |
| 4 | const Home = () => { |
| 5 | |
| 6 | return ( |
| 7 | <SidebarWithHeader> |
| 8 | <Text fontSize={"6xl"}>Dashboard</Text> |
| 9 | </SidebarWithHeader> |
| 10 | ) |
| 11 | } |
| 12 | |
| 13 | export default Home; |
nothing calls this directly
no outgoing calls
no test coverage detected