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

@ -27,7 +27,7 @@ impl ModuleTrait for Node {
}
fn actions(&self) -> Vec<Action> {
actions![ActionBeforePrepareBody::with(before_prepare_body).with_weight(-1)]
actions![action::page::BeforePrepareBody::with(before_prepare_body).with_weight(-1)]
}
fn migrations(&self) -> Vec<MigrationItem> {