1pub struct ComponentDrawer<'a, 'b: 'a> { 2 pub frame: &'a mut ratatui::Frame<'b>, 3 pub area: ratatui::layout::Rect, 4}