Skip to content

Commit

Permalink
fix: ambiguous import
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 authored and mmstick committed Sep 15, 2023
1 parent 023d8ad commit c3ae2c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/theme/style/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ mod button;
pub use self::button::Button;

pub mod iced;
pub use iced::Application;
pub use iced::Checkbox;
pub use iced::Container;
pub use iced::ProgressBar;
pub use iced::Rule;
pub use iced::Svg;
pub use iced::Text;
pub use self::iced::Application;
pub use self::iced::Checkbox;
pub use self::iced::Container;
pub use self::iced::ProgressBar;
pub use self::iced::Rule;
pub use self::iced::Svg;
pub use self::iced::Text;

mod segmented_button;
pub use self::segmented_button::SegmentedButton;
Expand Down

0 comments on commit c3ae2c0

Please sign in to comment.