Removed: Footer

This commit is contained in:
Llewellyn Dsouza
2022-02-26 08:04:18 +05:30
parent 2ce13ba312
commit c9817273a5

View File

@@ -1,7 +1,6 @@
import React from 'react';
import MDBox from 'components/MDBox';
import DashboardNavbar from 'components/DashboardNavbar';
import Footer from 'components/Footer';
import DashboardLayout from 'layouts/DashboardLayout';
import { makeStyles } from '@mui/styles';
import { Box, Grid } from '@mui/material';
@@ -360,7 +359,6 @@ function CreateUserRole() {
</MDButton>
</MDBox>
</MDBox>
<Footer />
</DashboardLayout>
);
}