mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user