nice showing the list of conversations and selecting them
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { Box, Container, Grid } from '@mui/material';
|
import { Box, Container, Grid } from '@mui/material';
|
||||||
|
|
||||||
|
import { ConversationList } from './ConversationList';
|
||||||
import Navbar from './Navbar';
|
import Navbar from './Navbar';
|
||||||
import NewConversationDialog from './NewConversationDialog';
|
import NewConversationDialog from './NewConversationDialog';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
@@ -33,6 +34,8 @@ export default function Terminal() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
|
<ConversationList />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={8} sx={{ bgcolor: 'white' }}>
|
<Grid item xs={8} sx={{ bgcolor: 'white' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user