bigwolfe commited on
Commit
6a4653e
·
1 Parent(s): 8339370

Update SystemLogs component

Browse files
frontend/src/components/SystemLogs.tsx CHANGED
@@ -3,7 +3,7 @@ import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/com
3
  import { ScrollArea } from '@/components/ui/scroll-area';
4
  import { Badge } from '@/components/ui/badge';
5
  import { getLogs, type LogEntry } from '@/services/api';
6
- import { Loader2, RefreshCw } from 'lucide-react';
7
  import { Button } from '@/components/ui/button';
8
 
9
  export function SystemLogs() {
 
3
  import { ScrollArea } from '@/components/ui/scroll-area';
4
  import { Badge } from '@/components/ui/badge';
5
  import { getLogs, type LogEntry } from '@/services/api';
6
+ import { RefreshCw } from 'lucide-react';
7
  import { Button } from '@/components/ui/button';
8
 
9
  export function SystemLogs() {