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';