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
@@ -15,11 +15,10 @@ use std::{
use crate::{
app_state::AppState,
exercise::Exercise,
list::scroll_state::ScrollState,
term::{CountedWrite, MaxLenWriter, progress_bar},
};
use super::scroll_state::ScrollState;
const COL_SPACING: usize = 2;
const SELECTED_ROW_ATTRIBUTES: Attributes = Attributes::none()
.with(Attribute::Reverse)