From 61552f8ec90de9586c5e348c4295093feec9f3bc Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 20:18:45 +0100 Subject: [PATCH] fix: Add Bell import --- 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..8b2837f 100644 --- a/frontend/src/app/command/dashboard/page.tsx +++ b/frontend/src/app/command/dashboard/page.tsx @@ -22,6 +22,7 @@ import { Activity, Loader2, Search, + Bell, } from 'lucide-react' import clsx from 'clsx' import Link from 'next/link'