diff --git a/frontend/src/components/dashboard/AlertsFeed.jsx b/frontend/src/components/dashboard/AlertsFeed.jsx index a49a443..02b9d96 100644 --- a/frontend/src/components/dashboard/AlertsFeed.jsx +++ b/frontend/src/components/dashboard/AlertsFeed.jsx @@ -3,6 +3,7 @@ import { Badge } from '@/components/ui/Badge'; import { Input } from '@/components/ui/input'; import { Bell, TrendingUp, TrendingDown, AlertTriangle, Calendar, Clock } from 'lucide-react'; import { requestNotificationPermission, sendNotification } from '@/utils/notifications'; +import { getApiUrl } from '@/config/api'; export default function AlertsFeed() { const [alerts, setAlerts] = useState([]);