refactor: remove unused imports

This commit is contained in:
Stevan Freeborn
2026-02-19 16:11:59 -06:00
parent 2f4a04a5de
commit 569ff2a716
+2 -2
View File
@@ -1,8 +1,8 @@
use iced::{
Background, Element, Length, Theme,
border::{self},
color, highlighter,
widget::{container, markdown, row, scrollable, text::Wrapping, text_editor},
highlighter,
widget::{container, markdown, row, scrollable, text_editor},
};
use crate::{constants, file::File, message::Message, state::Mode};