StorageSettingsSection component
import { StorageSettingsSection } from '@/components/StorageSettingsSection'; export default function Example() { return ( <StorageSettingsSection storageUsage={storageUsage} callRetentionDays={callRetentionDays} onRetentionChange={onRetentionChange} isUpdatingRetention={isUpdatingRetention} isLoadingStorage={isLoadingStorage} /> ); }