🚧 Review config settings

This commit is contained in:
Manuel Cillero 2024-11-30 12:41:23 +01:00
parent 41cedf2541
commit 4a4dd26cf5
9 changed files with 358 additions and 371 deletions

View file

@ -5,14 +5,14 @@ pub use crate::{concat_string, fn_builder, main, paste, test};
pub use crate::{AutoDefault, ComponentClasses};
// GLOBAL.
pub use crate::{global, HashMapResources, TypeId, Weight};
pub use crate::{HashMapResources, TypeId, Weight};
// MACROS.
// crate::global
pub use crate::kv;
// crate::config
pub use crate::config_defaults;
pub use crate::include_config;
// crate::html
pub use crate::html;
// crate::locale
@ -24,6 +24,10 @@ pub use crate::actions;
// API.
pub use crate::util;
pub use crate::global;
pub use crate::trace;
pub use crate::html::*;