adding in footer controls component wokring pretty much out of the box

This commit is contained in:
talksik
2022-06-11 13:57:44 -05:00
parent 62a0e6af5b
commit 14a43a1757
2 changed files with 211 additions and 11 deletions
+2 -11
View File
@@ -1,6 +1,7 @@
import { Box, Container, Grid } from '@mui/material';
import { ConversationList } from './ConversationList';
import FooterControls from './FooterControls';
import MainPanel from './MainPanel';
import Navbar from './Navbar';
import NewConversationDialog from './NewConversationDialog';
@@ -57,17 +58,7 @@ export default function Terminal() {
</Grid>
</Grid>
<Box
sx={{
p: 2,
zIndex: 10,
boxShadow: 10,
bgcolor: blueGrey[800],
}}
>
This is the footer controls
</Box>
<FooterControls />
{/* create chat dialog */}
<NewConversationDialog />