👽️ Apply last Handle API changes

This commit is contained in:
Manuel Cillero 2023-11-03 22:50:06 +01:00
parent 68c551bfb3
commit 088ffe7272
10 changed files with 37 additions and 63 deletions

View file

@ -1,14 +1,10 @@
use pagetop::prelude::*;
new_handle!(APP_DRUST);
struct Drust;
impl ModuleTrait for Drust {
fn handle(&self) -> Handle {
APP_DRUST
}
impl_handle!(APP_DRUST for Drust);
impl ModuleTrait for Drust {
fn dependencies(&self) -> Vec<ModuleRef> {
vec![
// Themes.