cargo fix

This commit is contained in:
filipriec
2025-04-18 14:59:34 +02:00
parent 14b81cba19
commit 11e8f87fe6
6 changed files with 3 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ use ratatui::{
layout::{Alignment, Constraint, Direction, Layout, Rect},
style::Style,
text::{Line, Span, Text}, // Added Text
widgets::{Block, BorderType, Borders, List, ListItem, ListState, Paragraph},
widgets::{Block, BorderType, Borders, List, ListItem, Paragraph},
Frame,
};