From ff3d49537223c1b9a4d07e6892ed230d0b72bb23 Mon Sep 17 00:00:00 2001 From: phact Date: Fri, 24 Oct 2025 03:43:29 -0400 Subject: [PATCH] duplicate import fix --- frontend/components/knowledge-dropdown.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/components/knowledge-dropdown.tsx b/frontend/components/knowledge-dropdown.tsx index ae899940..951b53dd 100644 --- a/frontend/components/knowledge-dropdown.tsx +++ b/frontend/components/knowledge-dropdown.tsx @@ -42,7 +42,6 @@ import GoogleDriveIcon from "@/app/settings/icons/google-drive-icon"; import OneDriveIcon from "@/app/settings/icons/one-drive-icon"; import SharePointIcon from "@/app/settings/icons/share-point-icon"; import AwsIcon from "@/app/settings/icons/aws-icon"; -import { cn } from "@/lib/utils"; export function KnowledgeDropdown() { const { addTask } = useTask();