From 4a0b230e1f0724c4d30889d9d2cfa11b3a46a616 Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Wed, 10 Dec 2025 16:54:11 +0100 Subject: [PATCH] fix: Add missing Search 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 a8b8a01..8eb8e1f 100644 --- a/frontend/src/app/command/dashboard/page.tsx +++ b/frontend/src/app/command/dashboard/page.tsx @@ -21,6 +21,7 @@ import { Crown, Activity, Loader2, + Search, } from 'lucide-react' import clsx from 'clsx' import Link from 'next/link'