🔥 Remove minimal crate for PageTop integration

This commit is contained in:
Manuel Cillero 2023-09-25 22:38:33 +02:00
parent 156429beb0
commit 7e21ddbf90
42 changed files with 0 additions and 5430 deletions

View file

@ -24,7 +24,6 @@ impl ModuleTrait for Admin {
#[rustfmt::skip]
fn dependencies(&self) -> Vec<ModuleRef> {
vec![
&pagetop_minimal::Minimal,
&pagetop_megamenu::MegaMenu,
]
}