fix: import getApiUrl in AlertsFeed to fix reference error
Build Institutional Trader / build-and-deploy (push) Successful in 2m6s
Details
Build Institutional Trader / build-and-deploy (push) Successful in 2m6s
Details
This commit is contained in:
parent
b3373d6d85
commit
a0c54feee5
|
|
@ -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([]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue