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

@@ -5,7 +5,6 @@ import InventoryIcon from 'assets/images/InventoryIcon';
import ProfileCircleIcon from 'assets/images/ProfileCircleIcon';
import LabelIcon from 'assets/images/LabelIcon';
import TileBasic from 'components/TileBasic';
import Footer from 'components/Footer';
function SetupHome() {
const data = [
@@ -34,7 +33,6 @@ function SetupHome() {
<DashboardLayout>
<DashboardNavbar />
<TileBasic tiles={data} />
<Footer />
</DashboardLayout>
);
}