This commit is contained in:
sxyazi 2023-11-18 14:20:39 +08:00
parent 11660e8111
commit cddd439bee
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,6 @@
use std::path::MAIN_SEPARATOR;
use ratatui::{buffer::Buffer, layout::Rect, widgets::{Block, BorderType, Borders, Clear, List, ListItem, Widget}};
use ratatui::{buffer::Buffer, layout::Rect, widgets::{Block, BorderType, Borders, List, ListItem, Widget}};
use yazi_config::{popup::{Offset, Position}, THEME};
use yazi_core::Ctx;

View file

@ -1,7 +1,4 @@
use std::io::{stdout, BufWriter, Write};
use ratatui::{buffer::Buffer, layout::Rect, widgets::Widget};
use yazi_shared::Term;
pub(crate) struct Clear;