import { IconInfo } from '@supabase/ui' import Link from 'next/link' const BackupsError = () => { return (

Failed to retrieve backups for this project. Please contact{' '} support .

) } export default BackupsError