refactor: remove unused imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
use iced::{
|
use iced::{
|
||||||
Background, Element, Length, Theme,
|
Background, Element, Length, Theme,
|
||||||
border::{self},
|
border::{self},
|
||||||
color, highlighter,
|
highlighter,
|
||||||
widget::{container, markdown, row, scrollable, text::Wrapping, text_editor},
|
widget::{container, markdown, row, scrollable, text_editor},
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{constants, file::File, message::Message, state::Mode};
|
use crate::{constants, file::File, message::Message, state::Mode};
|
||||||
|
|||||||
Reference in New Issue
Block a user