Unify imports

This commit is contained in:
mo8it
2026-04-05 17:28:27 +02:00
parent 7ed2316040
commit c466d01da9
9 changed files with 66 additions and 60 deletions
+1 -2
View File
@@ -13,10 +13,9 @@ use std::{
use crate::{
app_state::{AppState, ExercisesProgress},
list,
watch::{notify_event::NotifyEventHandler, state::WatchState, terminal_event::InputEvent},
};
use self::{notify_event::NotifyEventHandler, state::WatchState, terminal_event::InputEvent};
mod notify_event;
mod state;
mod terminal_event;