nice showing the list of conversations and selecting them

This commit is contained in:
talksik
2022-06-11 13:09:12 -05:00
parent 74ade53e82
commit 3897ba1739
+3
View File
@@ -1,5 +1,6 @@
import { Box, Container, Grid } from '@mui/material';
import { ConversationList } from './ConversationList';
import Navbar from './Navbar';
import NewConversationDialog from './NewConversationDialog';
import React from 'react';
@@ -33,6 +34,8 @@ export default function Terminal() {
}}
>
<Navbar />
<ConversationList />
</Grid>
<Grid item xs={8} sx={{ bgcolor: 'white' }}>