Skip to content

Commit

Permalink
reoder import block
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Nov 24, 2024
1 parent 27cfea5 commit 8d30642
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/usecase/repeat.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use crate::usecase::usecase_main::Usecase;
use anyhow::{anyhow, Result};

use super::tui::{
app::{AppState, Model},
config,
};
use crate::usecase::usecase_main::Usecase;
use anyhow::{anyhow, Result};

pub struct Repeat;

Expand Down

0 comments on commit 8d30642

Please sign in to comment.