BackupsEmpty() — supabase Function Reference
Architecture documentation for the BackupsEmpty() function in BackupsEmpty.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Database/Backups/BackupsEmpty.tsx lines 5–13
export const BackupsEmpty = () => {
return (
<EmptyStatePresentational
icon={DatabaseBackup}
title="No backups yet"
description="Check again tomorrow."
/>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free