adding in navbar and other components

This commit is contained in:
talksik
2022-06-11 06:06:16 -05:00
parent 8ee5cc0886
commit 11c4ec5a53
10 changed files with 282 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { Container, Grid } from '@mui/material';
import Navbar from './Navbar';
import React from 'react';
import { blueGrey } from '@mui/material/colors';
@@ -16,7 +17,7 @@ export default function Terminal() {
>
<Grid container spacing={0}>
<Grid item xs={4}>
This is the sidepanel
<Navbar />
</Grid>
<Grid item xs={8}>