summaryrefslogtreecommitdiff
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs
index ed2073a..f1eb0f3 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -1,5 +1,5 @@
-use iced::widget::{container, text, tooltip};
use iced::Element;
+use iced::widget::{container, text, tooltip};
pub mod tip {
pub use super::tooltip::Position;