//! UI submodules: each panel and widget type in its own file. pub mod detail; pub mod edit_panel; pub mod export_screens; pub mod file_list; pub mod file_list_menus; pub mod forge_panel; pub mod filter_panel; pub mod footer; pub mod import_screens; pub mod instrument_panel; pub mod overlays; pub mod settings_panel; pub mod sidebar; pub mod sync_panel; pub mod theme; pub mod toolbar; pub mod widgets;