File size: 125 Bytes
f90bfec
76b69e9
 
f90bfec
76b69e9
 
 
1
2
3
4
5
6
7
8
import ChatInterface from "./components/ChatInterface";

function App() {
  return <ChatInterface />;
}

export default App;