tech-envision
Add React frontend with glassmorphism chat
03e545a
raw
history blame
134 Bytes
import ChatWindow from './components/ChatWindow'
import './index.css'
function App() {
return <ChatWindow />
}
export default App