//! Reusable widgets for the TUI
//!//! Contains custom widgets for common UI elements
pubmoderror_dialog;pubmodinput;pubmodnotification;// Re-export commonly used widgets
pubuseerror_dialog::{error_dialog_area, ErrorDialog, ErrorInfo};pubuseinput::TextInput;pubusenotification::{Notification, NotificationQueue, NotificationType, NotificationWidget};