Skip to main content

fractal/components/crypto/
mod.rs

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::*};