diff --git a/pages/dashboard.vue b/pages/dashboard.vue
index d56bbbf..732fb04 100644
--- a/pages/dashboard.vue
+++ b/pages/dashboard.vue
@@ -66,6 +66,11 @@ const { logout } = useDirectusAuth();
const tags = usePortalTags();
const interestMenu = [
+ {
+ to: "/dashboard/interest-eoi-queue",
+ icon: "mdi-tray-full",
+ title: "EOI Queue",
+ },
{
to: "/dashboard/interest-analytics",
icon: "mdi-view-dashboard",
diff --git a/pages/dashboard/interest-eoi-queue.vue b/pages/dashboard/interest-eoi-queue.vue
new file mode 100644
index 0000000..9ccbf9c
--- /dev/null
+++ b/pages/dashboard/interest-eoi-queue.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+