MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / Home

Function Home

app/page.tsx:6–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import ToolInstructions from "@/components/ToolInstructions";
5
6export default function Home() {
7 return (
8 <>
9 <ToolSettingsSidebar />
10 <CanvasComponent />
11 <FloatingToolbar />
12 <ToolInstructions />
13 </>
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected