Integrate minimal components and recover base

This commit is contained in:
Manuel Cillero 2023-09-25 22:49:42 +02:00
parent 7e21ddbf90
commit 7a5c86ac9a
56 changed files with 5673 additions and 252 deletions

View file

@ -29,7 +29,7 @@ impl ModuleTrait for Admin {
}
fn actions(&self) -> Vec<Action> {
actions![ActionBeforePrepareBody::with(before_prepare_body)]
actions![action::page::BeforePrepareBody::with(before_prepare_body)]
}
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {