adding separate page for create a conversation

This commit is contained in:
Arjun Patel
2022-01-31 17:23:39 -08:00
parent f4eef9c3d0
commit 6a4b353024
7 changed files with 78 additions and 21 deletions
@@ -0,0 +1,7 @@
export default function CreateConversation() {
return (
<div className="mx-auto my-auto">
<input className="p-2 rounded border" />
</div>
);
}