MCPcopy Create free account
hub / github.com/codeaashu/claude-code / Home

Function Home

web/app/page.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { ChatLayout } from "@/components/chat/ChatLayout";
2
3export default function Home() {
4 return <ChatLayout />;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected