fix: import getApiUrl in AlertsFeed to fix reference error
Build Institutional Trader / build-and-deploy (push) Successful in 2m6s Details

This commit is contained in:
Deep Koluguri 2026-06-22 21:54:17 -04:00
parent b3373d6d85
commit a0c54feee5
1 changed files with 1 additions and 0 deletions

View File

@ -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([]);