1
2
3
4
5
mod camera_page;
mod password_page;
mod window;

pub use window::PreferencesWindow;