diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue
index e78fa0dc..c223e8af 100644
--- a/frontend/src/components/Layouts/AppSidebar.vue
+++ b/frontend/src/components/Layouts/AppSidebar.vue
@@ -8,6 +8,13 @@
+
-
-
-
-
-
+
+
+
+ Dashboard
+
+
+
+
+
+
-
diff --git a/frontend/src/router.js b/frontend/src/router.js
index 93e4743f..62385030 100644
--- a/frontend/src/router.js
+++ b/frontend/src/router.js
@@ -13,6 +13,11 @@ const routes = [
name: 'Notifications',
component: () => import('@/pages/MobileNotification.vue'),
},
+ {
+ path: '/dashboard',
+ name: 'Dashboard',
+ component: () => import('@/pages/Dashboard.vue'),
+ },
{
alias: '/leads',
path: '/leads/view/:viewType?',