Working on input

This commit is contained in:
veeso
2021-03-04 15:03:29 +01:00
parent f3cbbb8d81
commit 135d947c39
5 changed files with 306 additions and 13 deletions

View File

@@ -24,7 +24,7 @@
*/
// locals
use super::{Component, InputEvent, Msg, Payload, Props, PropsBuilder, Render, States};
use super::{Component, InputEvent, Msg, Payload, Props, PropsBuilder, Render};
// ext
use crossterm::event::KeyCode;
use tui::{
@@ -97,8 +97,6 @@ impl OwnStates {
}
}
impl States for OwnStates {}
// -- Component
/// ## FileList