mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 22:28:48 +03:00
claude-code
This commit is contained in:
5
web/app/page.tsx
Normal file
5
web/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ChatLayout } from "@/components/chat/ChatLayout";
|
||||
|
||||
export default function Home() {
|
||||
return <ChatLayout />;
|
||||
}
|
||||
Reference in New Issue
Block a user