File size: 164 Bytes
c3a0082
 
 
223dc42
 
 
c3a0082
223dc42
 
 
1
2
3
4
5
6
7
8
9
10
11
// App.js
import React from 'react';
import ChatApp from './components/ChatApp';
import './App.css';

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

export default App;