mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Removed unused import
This commit is contained in:
@@ -24,7 +24,7 @@ use super::{
|
|||||||
InputField, InputMode, LogLevel, OnInputSubmitCallback, PopupType,
|
InputField, InputMode, LogLevel, OnInputSubmitCallback, PopupType,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crossterm::event::{KeyCode, KeyModifiers};
|
use crossterm::event::KeyCode;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use tui::style::Color;
|
use tui::style::Color;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user