File size: 134 Bytes
03e545a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import ChatWindow from './components/ChatWindow'
import './index.css'

function App() {
  return <ChatWindow />
}

export default App