✏️ [pagetop] Un tema es ahora un tipo de módulo

This commit is contained in:
Manuel Cillero 2023-02-03 21:46:21 +01:00
parent 84f1fc4a5c
commit 8ec2c698c8
14 changed files with 61 additions and 80 deletions

View file

@ -23,7 +23,7 @@ impl ModuleTrait for Drust {
]
}
fn uninstall_modules(&self) -> Vec<ModuleStaticRef> {
fn drop_modules(&self) -> Vec<ModuleStaticRef> {
vec![
// &pagetop_node::Node
]