feat: implement chat interface and registration modal
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import "./App.css";
|
||||
import Layout from "./layout/Layout";
|
||||
import MainChat from "./components/MainChat";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Layout>
|
||||
<h1>Hello World</h1>
|
||||
<MainChat />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user