💥 ModuleRef and ThemeRef replace *StaticRef
This commit is contained in:
parent
05304f116a
commit
09ac316cb5
17 changed files with 38 additions and 39 deletions
|
|
@ -9,7 +9,7 @@ impl ModuleTrait for Drust {
|
|||
APP_DRUST
|
||||
}
|
||||
|
||||
fn dependencies(&self) -> Vec<ModuleStaticRef> {
|
||||
fn dependencies(&self) -> Vec<ModuleRef> {
|
||||
vec![
|
||||
// Themes.
|
||||
&pagetop_aliner::Aliner,
|
||||
|
|
@ -23,7 +23,7 @@ impl ModuleTrait for Drust {
|
|||
]
|
||||
}
|
||||
|
||||
fn drop_modules(&self) -> Vec<ModuleStaticRef> {
|
||||
fn drop_modules(&self) -> Vec<ModuleRef> {
|
||||
vec![
|
||||
// &pagetop_node::Node
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue