Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
Size
import (bevyengine#5339)
# Objective - Fixes bevyengine#5338 - Allow the usage of `use bevy::ui::Size` (see migration guide in bevyengine#4285) ## Solution - Remove the `use crate::Size` import so that the `pub use geometry::*` import also publicly uses the `Size` struct.
- Loading branch information