🔥 Remove minimal crate for PageTop integration
This commit is contained in:
parent
156429beb0
commit
7e21ddbf90
42 changed files with 0 additions and 5430 deletions
|
|
@ -16,5 +16,4 @@ license = "Apache-2.0 OR MIT"
|
|||
|
||||
[dependencies]
|
||||
pagetop = { version = "0.0", path = "../pagetop" }
|
||||
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
|
||||
pagetop-megamenu = { version = "0.0", path = "../pagetop-megamenu" }
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ impl ModuleTrait for Admin {
|
|||
#[rustfmt::skip]
|
||||
fn dependencies(&self) -> Vec<ModuleRef> {
|
||||
vec![
|
||||
&pagetop_minimal::Minimal,
|
||||
&pagetop_megamenu::MegaMenu,
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ use crate::LOCALES_ADMIN;
|
|||
|
||||
use pagetop::prelude::*;
|
||||
use pagetop_megamenu::component::{MegaItem, MegaMenu};
|
||||
use pagetop_minimal::component::*;
|
||||
|
||||
pub async fn summary(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
let top_menu = MegaMenu::new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue