File size: 120 Bytes
79ae05b
780df80
afce8a8
780df80
afce8a8
1
2
3
4
5
6
import ChatInterface from "@/components/ChatInterface";

export default function Home() {
  return <ChatInterface />;
}