function App()

in web-ui/src/components/App.js [8:14]


function App() {
  return (
    <div className="App full-width full-height">
      <Chat />
    </div>    
  );
}