cargo fix
This commit is contained in:
@@ -10,8 +10,7 @@ use ratatui::{
|
||||
layout::{Alignment, Constraint, Direction, Layout, Rect, Margin},
|
||||
style::{Style, Modifier, Color}, // Removed unused Color import
|
||||
widgets::{Block, BorderType, Borders, Paragraph},
|
||||
Frame,
|
||||
text::Line, // Removed unused Span import
|
||||
Frame, // Removed unused Span import
|
||||
};
|
||||
|
||||
pub fn render_login(
|
||||
|
||||
Reference in New Issue
Block a user