mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 04:49:42 +00:00
combine crates
This commit is contained in:
parent
93eb1196e8
commit
d1baa44833
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user