diff --git a/src/ui/tui.rs b/src/ui/tui.rs index 6ce2d7b..9c7c5c8 100644 --- a/src/ui/tui.rs +++ b/src/ui/tui.rs @@ -27,7 +27,6 @@ impl Tui { /// [`Draw`]: ratatui::Terminal::draw /// [`rendering`]: crate::ui:render // Créer une fonction async pour le rendu - pub fn draw(&mut self, app: &mut App) -> AppResult<()> { // Passe une closure synchrone qui appelle la fonction async self.terminal.draw(|frame| main_ui::render(app, frame))?;