authenticator/widgets/preferences/
mod.rs

1
2
3
4
mod password_page;
mod window;

pub use window::PreferencesWindow;