🚧 [megamenu] Minimal is not required

This commit is contained in:
Manuel Cillero 2023-07-25 21:45:35 +02:00
parent a88de76df8
commit 86311e4aee
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { version = "0.0", path = "../pagetop" }
pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" }
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
static-files = "0.2.3"
[build-dependencies]

View file

@ -14,7 +14,7 @@ impl ModuleTrait for MegaMenu {
}
fn dependencies(&self) -> Vec<ModuleRef> {
vec![&pagetop_jquery::JQuery, &pagetop_minimal::Minimal]
vec![&pagetop_jquery::JQuery]
}
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {