From 5d8e2df8d0e3ccd511074dc46ab41a37bf87be32 Mon Sep 17 00:00:00 2001 From: imeepos Date: Mon, 14 Jul 2025 16:58:31 +0800 Subject: [PATCH] fix: build error --- apps/desktop/src/components/AiAnalysisLogViewer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/desktop/src/components/AiAnalysisLogViewer.tsx b/apps/desktop/src/components/AiAnalysisLogViewer.tsx index 88228f8..7eae1aa 100644 --- a/apps/desktop/src/components/AiAnalysisLogViewer.tsx +++ b/apps/desktop/src/components/AiAnalysisLogViewer.tsx @@ -2,13 +2,11 @@ import React, { useState, useEffect } from 'react'; import { invoke } from '@tauri-apps/api/core'; import { Search, - Download, RefreshCw, AlertCircle, CheckCircle, Clock, XCircle, - Eye, RotateCcw } from 'lucide-react'; import { LoadingSpinner } from './LoadingSpinner';