mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
combine crates
This commit is contained in:
parent
778372bb4a
commit
685f71e53c
|
@ -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