diff options
author | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:55:42 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:55:42 -0500 |
commit | b9061a3e652cb7594397c38cd0078a47ddab960a (patch) | |
tree | 7c98344ea6cf8d35aa1ebdd586d6dd4dd9e4d7ad /src/main.rs | |
parent | e4eaecc8ce7fb3e84977c41597eff80edd4d73c7 (diff) | |
download | NAI-b9061a3e652cb7594397c38cd0078a47ddab960a.tar.gz NAI-b9061a3e652cb7594397c38cd0078a47ddab960a.zip |
fix: readme, screenshot...
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 524a03a..7548f49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,6 @@ mod ui; use crate::{app::init::App, ui::init::Ui}; use color_eyre::Result; use ratatui; -use tokio; fn main() -> Result<()> { // Setup terminal |