1 2 3 4 5 6 7
mod image_tab; mod navbar; mod table_tab; pub use image_tab::ImageTabUI; pub use navbar::NavBarUI; pub use table_tab::TableTabUI;