1//! Widgets for setup and management of the crypto identity and recovery. 2 3mod identity_setup_view; 4mod recovery_setup_view; 5 6pub use self::{identity_setup_view::*, recovery_setup_view::*};