diff --git a/src/components/editor.rs b/src/components/editor.rs index 9b383ae..5beebc1 100644 --- a/src/components/editor.rs +++ b/src/components/editor.rs @@ -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};