import React from 'react'; import SampleChat from './demo/SampleChat'; function App() { return (
); } export default App;