1 2 3 4 5 6
//! Re-exports for backward compatibility during the tab refactor. //! //! Types that were previously in this module have moved to `tab.rs`. pub use crate::tui::state::tab::LoadedTable; pub use crate::tui::state::tab::TableMode;