🍱 Incorpora el conjunto "minimal" de componentes

This commit is contained in:
Manuel Cillero 2023-05-14 18:15:57 +02:00
parent ee46003c15
commit c657970b5a
9 changed files with 32 additions and 10 deletions

View file

@ -1,4 +1,5 @@
use pagetop::prelude::*;
use pagetop_minimal::component::*;
pub_handle!(THEME_BULMIX);
@ -16,7 +17,10 @@ impl ModuleTrait for Bulmix {
}
fn dependencies(&self) -> Vec<ModuleStaticRef> {
vec![&pagetop_jquery::JQuery]
vec![
&pagetop_jquery::JQuery,
&pagetop_minimal::Minimal,
]
}
fn configure_service(&self, cfg: &mut server::web::ServiceConfig) {