refactor(items): environment submodule

This commit is contained in:
Nova
2022-09-14 22:39:15 -04:00
parent 8c3c211162
commit e492e15013
6 changed files with 41 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ use crate::{
registry::Registry,
},
nodes::{
item::{register_item_ui_flex, Item, ItemSpecialization, ItemType, TypeInfo},
items::{register_item_ui_flex, Item, ItemSpecialization, ItemType, TypeInfo},
spatial::Spatial,
Node,
},