import { h, VNode } from "preact"; import { BackupReducerProps, AnastasisClientFrame } from "./index"; export function BackupFinishedScreen(props: BackupReducerProps): VNode { return (

Your backup of secret "{props.backupState.secret_name ?? "??"}" was successful.

The backup is stored by the following providers:

); }