Skip to content

Commit

Permalink
refactor: re-export core::id
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 30, 2023
1 parent 98080af commit 2606f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub use style::theme;
pub use crate::core::alignment;
pub use crate::core::gradient;
pub use crate::core::{
color, layout::Limits, Alignment, Background, BorderRadius, Color,
color, id, layout::Limits, Alignment, Background, BorderRadius, Color,
ContentFit, Degrees, Gradient, Length, Padding, Pixels, Point, Radians,
Rectangle, Size, Vector,
};
Expand Down

0 comments on commit 2606f76

Please sign in to comment.