Skip to content

Commit

Permalink
combine crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Nov 13, 2024
1 parent ba7821b commit 1190892
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tui/src/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ use ratatui::{
Frame,
};

use crate::event::MouseButton;
use crate::event::MouseEventKind;
use crate::hint::Shortcut;
use crate::{event::MouseButton, event::MouseEventKind, hint::Shortcut};

pub trait FloatContent {
fn draw(&mut self, frame: &mut Frame, area: Rect);
Expand Down

0 comments on commit 1190892

Please sign in to comment.