From a81ab405379c70addc83c73c16b83d15bf4a856d Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 17:41:22 +0100 Subject: [PATCH] fix: Add missing Bell import to dashboard page --- frontend/src/app/command/dashboard/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/command/dashboard/page.tsx b/frontend/src/app/command/dashboard/page.tsx index 8eb8e1f..4e40750 100644 --- a/frontend/src/app/command/dashboard/page.tsx +++ b/frontend/src/app/command/dashboard/page.tsx @@ -18,6 +18,7 @@ import { ChevronRight, Plus, Zap, + Bell, Crown, Activity, Loader2,