1pub mod app; 2pub mod command_panel; 3pub mod ebpf_panel; 4pub mod loading; 5pub mod source_panel; 6 7pub use app::App;