Skip to content

Commit 75713aa

Browse files
committed
Fix unused import in Agents page
- Remove unused Link import from react-router-dom - Fixes TypeScript compilation error in web package build
1 parent ae5a773 commit 75713aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/web/src/pages/Agents.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState } from 'react';
22
import { Plus, Bot, Activity, Settings, Play, Pause, Trash2, Eye, Server } from 'lucide-react';
3-
import { Link } from 'react-router-dom';
43
import { useGraph } from '../contexts/GraphContext';
54
import { useAuth } from '../contexts/AuthContext';
65
import { AgentSettingsModal } from '../components/AgentSettingsModal';

0 commit comments

Comments
 (0)