Files
chat-gpz/app/page.tsx
T
Zacharias-Brohn d702390660 initial commit
2026-01-14 06:12:55 +01:00

6 lines
120 B
TypeScript

import ChatLayout from '@/components/Chat/ChatLayout';
export default function HomePage() {
return <ChatLayout />;
}