diff --git a/examples/floating_element/src/main.rs b/examples/floating_element/src/main.rs index 9842babf..323abf66 100644 --- a/examples/floating_element/src/main.rs +++ b/examples/floating_element/src/main.rs @@ -6,9 +6,9 @@ use iced::{ Application, Command, Element, Length, Settings, Theme, }; -use iced_aw::BootstrapIcon; use iced_aw::floating_element::Anchor; use iced_aw::graphics::icons::bootstrap::icon_to_string; +use iced_aw::BootstrapIcon; use iced_aw::{helpers::floating_element, BOOTSTRAP_FONT}; fn main() -> iced::Result {