1
1
Fork 0
mirror of https://github.com/griffi-gh/kubi.git synced 2025-03-14 11:06:26 -05:00
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
};
#[cfg(feature = "builtin")] mod builtin {
#[cfg(feature = "builtin")]
mod builtin {
pub mod rect;
pub mod container;
pub mod spacer;