get convos endpoint

This commit is contained in:
Danny Avila 2023-02-06 15:17:54 -05:00
parent c821d1eee5
commit 2869638cc0
6 changed files with 50 additions and 5 deletions

View file

@ -13,8 +13,8 @@ const App = () => {
<Nav />
{/* <div className="flex h-full flex-1 flex-col md:pl-[260px]"> */}
<div className="flex h-full w-full flex-1 flex-col bg-gray-50 md:pl-[260px]">
<MobileNav />
{/* <main className="relative h-full w-full transition-width flex flex-col overflow-hidden items-stretch flex-1"> */}
<MobileNav />
<Messages messages={messages} />
<TextChat
messages={messages}