haiku.rag/app/frontend/app/page.tsx
Yiorgis Gozadinos f8964f6efc
Basic frontend
2026-01-12 12:36:28 +02:00

5 lines
92 B
TypeScript

import Chat from "@/components/Chat";
export default function Home() {
return <Chat />;
}