ced/src/ui.rs
2025-07-05 14:42:45 -04:00

8 lines
204 B
Rust

pub(crate) mod about_window;
pub(crate) mod central_panel;
pub(crate) mod find_window;
pub(crate) mod menu_bar;
pub(crate) mod preferences_window;
pub(crate) mod shortcuts_window;
pub(crate) mod tab_bar;