Correct imports for SpinButtonModel and SpinMessage (#27)

I corrected a small issue with some imports for SpinButton.
This commit is contained in:
Eduardo Flores 2022-12-06 21:37:20 -07:00 committed by GitHub
parent cb77ca1255
commit c96c1c3e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ use cosmic::{
iced_lazy::responsive,
iced_winit::window::{drag, toggle_maximize, minimize},
theme::{self, Theme},
widget::{button, nav_button, nav_bar, nav_bar_page, nav_bar_section, header_bar, settings, scrollable, toggler, SpinButtonModel, SpinMessage},
widget::{button, nav_button, nav_bar, nav_bar_page, nav_bar_section, header_bar, settings, scrollable, toggler, spin_button::{SpinButtonModel, SpinMessage}},
Element,
ElementExt,
};