//! Widget components for the TUI interface.
//!
//! This module contains all the widget implementations using Ratatui's native widget system.
//! Each widget is responsible for rendering a specific part of the UI and managing its own state.
pub use FileSelectionWidget;
pub use OutputWidget;
pub use SettingsWidget;
pub use StatisticsByExtensionWidget;
pub use StatisticsOverviewWidget;
pub use StatisticsTokenMapWidget;
pub use TemplateWidget;