This commit is contained in:
griffi-gh 2023-11-23 11:11:04 +01:00
parent 0f4264292c
commit a95eb96843

View file

@ -6,7 +6,8 @@ use crate::{
state::StateRepo state::StateRepo
}; };
#[cfg(feature = "builtin")] mod builtin { #[cfg(feature = "builtin")]
mod builtin {
pub mod rect; pub mod rect;
pub mod container; pub mod container;
pub mod spacer; pub mod spacer;