diff options
Diffstat (limited to 'azalea-inventory/src')
| -rw-r--r-- | azalea-inventory/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs index 876269e5..930c1a5d 100644 --- a/azalea-inventory/src/lib.rs +++ b/azalea-inventory/src/lib.rs @@ -9,7 +9,7 @@ mod slot; use std::ops::{Deref, DerefMut, RangeInclusive}; use azalea_inventory_macros::declare_menus; -pub use slot::{ItemSlot, ItemSlotData, DataComponentPatch}; +pub use slot::{DataComponentPatch, ItemSlot, ItemSlotData}; // TODO: remove this here and in azalea-inventory-macros when rust makes // Default be implemented for all array sizes |
