Skip to content

Commit

Permalink
Fix use
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Dec 13, 2024
1 parent 59ad723 commit 07a9c25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ use ratatui::{
},
Terminal, TerminalOptions, Viewport,
};
use tui::{Ret, Tui};

use crate::matcher::Matcher;
use crate::{
matcher::Matcher,
tui::{Ret, Tui},
};

#[derive(Debug, Parser)]
#[command(name = "cargo", bin_name = "cargo")]
Expand Down

0 comments on commit 07a9c25

Please sign in to comment.