Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
qxb3 committed Jan 22, 2025
1 parent aecf03c commit e297974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use core::f64;
use std::{collections::HashMap, rc::Rc};

use ratatui::{layout::{Constraint, Layout, Position, Rect}, style::{Color, Stylize}, text::Text, widgets::{Block, Borders, Clear, Paragraph, Wrap}, Frame};
use ratatui::{layout::{Constraint, Layout, Position, Rect}, style::{Color, Stylize}, text::Text, widgets::{Block, Borders, Paragraph, Wrap}, Frame};
use ratatui_image::StatefulImage;
use regex::{Captures, Regex};

Expand Down

0 comments on commit e297974

Please sign in to comment.