aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/prelude.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-30 14:44:48 -1300
committermat <git@matdoes.dev>2025-05-30 14:44:48 -1300
commite37524899eef8a0034faee35cef4bbf1ba779a7d (patch)
tree5afe343086db2a9ebc78fe0a6987b9325286cc66 /azalea/src/prelude.rs
parentae4b1e85e669bc882d158509ef1eda46c6b2a72e (diff)
downloadazalea-drasl-e37524899eef8a0034faee35cef4bbf1ba779a7d.tar.xz
formatting: merge imports
Diffstat (limited to 'azalea/src/prelude.rs')
-rw-r--r--azalea/src/prelude.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea/src/prelude.rs b/azalea/src/prelude.rs
index 648fad6a..969b1e86 100644
--- a/azalea/src/prelude.rs
+++ b/azalea/src/prelude.rs
@@ -6,8 +6,10 @@ pub use azalea_core::tick::GameTick;
// this is necessary to make the macros that reference bevy_ecs work
pub use crate::ecs as bevy_ecs;
-pub use crate::ecs::{component::Component, resource::Resource};
pub use crate::{
- ClientBuilder, bot::BotClientExt, container::ContainerClientExt,
+ ClientBuilder,
+ bot::BotClientExt,
+ container::ContainerClientExt,
+ ecs::{component::Component, resource::Resource},
pathfinder::PathfinderClientExt,
};