aboutsummaryrefslogtreecommitdiff
path: root/src/tui/commands.rs
diff options
context:
space:
mode:
authorlukeflo2025-10-19 20:16:47 +0200
committerlukeflo2025-10-19 20:16:47 +0200
commitbed73446ab83b69b1eb7d73f0219beb91f12e237 (patch)
tree193b0f8d0aa1e1f3a09b7d09b7dcda71270b898a /src/tui/commands.rs
parent84294cae201b8152efba7e7c1ff661f2f6dade33 (diff)
downloadbibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.tar.gz
bibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.zip
update all deps to latest version
Diffstat (limited to 'src/tui/commands.rs')
-rw-r--r--src/tui/commands.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tui/commands.rs b/src/tui/commands.rs
index 89fcf44..7099355 100644
--- a/src/tui/commands.rs
+++ b/src/tui/commands.rs
@@ -15,9 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
/////
-use ratatui::crossterm::event::{
- Event, KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind,
-};
+use crossterm::event::{Event, KeyCode, KeyEvent, KeyModifiers, MouseEvent, MouseEventKind};
use tui_input::Input;
// // Possible ressources to open