🎉 [homedemo] Saca pág. demo de inicio de PageTop

This commit is contained in:
Manuel Cillero 2023-02-04 20:50:39 +01:00
parent c4aef7e2fa
commit 2134d4955b
18 changed files with 74 additions and 19 deletions

View file

@ -17,6 +17,7 @@ license = "Apache-2.0 OR MIT"
actix-web = "4.2.1"
pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false }
# Modules.
pagetop-homedemo = { path = "../pagetop-homedemo", version = "0.0" }
pagetop-admin = { path = "../pagetop-admin", version = "0.0" }
pagetop-user = { path = "../pagetop-user", version = "0.0" }
pagetop-node = { path = "../pagetop-node", version = "0.0" }

View file

@ -12,6 +12,7 @@ impl ModuleTrait for Drust {
fn dependencies(&self) -> Vec<ModuleStaticRef> {
vec![
// Modules.
&pagetop_homedemo::HomeDemo,
&pagetop_admin::Admin,
&pagetop_user::User,
&pagetop_node::Node,