import ChatUI from './components/ChatUI' import './App.css' import Layout from './components/Layout' function App() { return ( ) } export default App