From 4ecc15545bd545109cd0ff64badc92115f93a11a Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sun, 19 Jan 2025 22:40:34 +0800 Subject: [PATCH] fix: build issues --- ui/src/components/cluster-details.tsx | 1 - ui/src/components/cluster-tree.tsx | 1 - ui/tsconfig.app.tsbuildinfo | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/components/cluster-details.tsx b/ui/src/components/cluster-details.tsx index 371744d..6024108 100644 --- a/ui/src/components/cluster-details.tsx +++ b/ui/src/components/cluster-details.tsx @@ -4,7 +4,6 @@ import { Badge } from "@/components/ui/badge"; import { FolderOpen, MessageCircle } from "lucide-react"; import { Cluster } from "@/types/analytics"; import { Conversation } from "@/types/conversation"; -import { Dialog } from "./ui/dialog"; import ChatDialog from "./ChatDialog"; interface ClusterDetailProps { diff --git a/ui/src/components/cluster-tree.tsx b/ui/src/components/cluster-tree.tsx index 1c52a54..9a9bd4c 100644 --- a/ui/src/components/cluster-tree.tsx +++ b/ui/src/components/cluster-tree.tsx @@ -80,7 +80,6 @@ function ClusterTreeItem({ {isExpanded && childClusters.map((child) => (