diff options
| author | lukeflo | 2025-10-19 20:16:47 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-19 20:16:47 +0200 |
| commit | bed73446ab83b69b1eb7d73f0219beb91f12e237 (patch) | |
| tree | 193b0f8d0aa1e1f3a09b7d09b7dcda71270b898a /src/tui | |
| parent | 84294cae201b8152efba7e7c1ff661f2f6dade33 (diff) | |
| download | bibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.tar.gz bibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.zip | |
update all deps to latest version
Diffstat (limited to 'src/tui')
| -rw-r--r-- | src/tui/commands.rs | 4 |
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 |
