Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Nov 20, 2023
1 parent d452b47 commit 3aec381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/floating_element/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3aec381

Please sign in to comment.