import React from 'react'; import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/index'; import { Button } from '@/components/ui/index'; import { RefreshCw } from 'lucide-react'; import { HAGroupsList, HAResourcesList } from '@/components/Proxmox'; export function ProxmoxHAPage() { return (

High Availability

Manage HA groups and resources

HA Groups {}} /> HA Resources {}} />
); }