diff options
| author | lukeflo | 2024-09-27 23:48:46 +0200 |
|---|---|---|
| committer | lukeflo | 2024-09-27 23:48:46 +0200 |
| commit | a13f63f34272889239d1e0fcd37f9c4fb5ec983a (patch) | |
| tree | e060e7cd863abef68aeaa7553394d902d0c87e74 /src/main.rs | |
| parent | 3e86e1d11fa06dedde78621c3e0503a7492ad05e (diff) | |
| download | bibiman-a13f63f34272889239d1e0fcd37f9c4fb5ec983a.tar.gz bibiman-a13f63f34272889239d1e0fcd37f9c4fb5ec983a.zip | |
implement scroll action for info box
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs index 6ffff25..cf7375f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,10 +17,7 @@ use std::io; -use backend::{ - bib::{BibiData, BibiMain}, - cliargs::{self, CLIArgs}, -}; +use backend::cliargs::{self, CLIArgs}; use ratatui::{backend::CrosstermBackend, Terminal}; use crate::{ |
