Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmoulton committed Nov 9, 2023
1 parent 9ce9284 commit 26c54b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/widget-gallery/src/buttons.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use floem::{
peniko::Color,
style::{CursorStyle, Foreground},
unit::UnitExt,
style::CursorStyle,
view::View,
views::Decorators,
widgets::{self, button, toggle_button, ToggleButtonClass},
widgets::{self, button, toggle_button},
};

use crate::form::{form, form_item};
Expand Down

0 comments on commit 26c54b0

Please sign in to comment.