a381c35
1
2
3
4
5
import { ChatInterface } from "./components/ChatInterface"; export default function App() { return <ChatInterface />; }