make elements public

This commit is contained in:
Rowan Vixen 2024-04-08 18:30:42 -04:00
parent cfe11d3777
commit 0246e80f93
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ mod apply_mutations;
pub mod colors;
mod deferred_system;
mod ecs_hooks;
mod elements;
pub mod elements;
#[macro_use]
mod events;
#[cfg(feature = "hot_reload")]