diff --git a/pages/dashboard.vue b/pages/dashboard.vue
index 732fb04..2f63968 100644
--- a/pages/dashboard.vue
+++ b/pages/dashboard.vue
@@ -96,6 +96,11 @@ const interestMenu = [
icon: "mdi-account-check",
title: "Interest Status",
},
+ {
+ to: "/dashboard/interest-emails",
+ icon: "mdi-email",
+ title: "Emails",
+ },
];
const defaultMenu = [
diff --git a/pages/dashboard/interest-emails.vue b/pages/dashboard/interest-emails.vue
new file mode 100644
index 0000000..c0a1077
--- /dev/null
+++ b/pages/dashboard/interest-emails.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+