MCPcopy Create free account
hub / github.com/amigoscode/full-stack-professional / Home

Function Home

frontend/react/src/Home.jsx:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import {Text} from "@chakra-ui/react";
3
4const Home = () => {
5
6 return (
7 <SidebarWithHeader>
8 <Text fontSize={"6xl"}>Dashboard</Text>
9 </SidebarWithHeader>
10 )
11}
12
13export default Home;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected