Removed: Footer and search bar

This commit is contained in:
Llewellyn D'souza
2022-02-16 13:13:31 +05:30
parent 243f4c5fa1
commit e6186d7835
10 changed files with 8 additions and 21 deletions

View File

@@ -1,5 +1,4 @@
import DashboardNavbar from 'components/DashboardNavbar';
import Footer from 'components/Footer';
import DashboardLayout from 'layouts/DashboardLayout';
import { Grid, InputLabel, TableBody, TableCell, TableRow } from '@mui/material';
import MDInput from 'components/MDInput';
@@ -250,7 +249,6 @@ function InventoryScreen() {
</Grid>
</MDBox>
</MDBox>
<Footer />
</DashboardLayout>
);
}