Revierte cambio "themes" por "layouts"

This commit is contained in:
Manuel Cillero 2024-12-19 20:56:17 +01:00
parent 670c10cc06
commit 822b4649eb
31 changed files with 135 additions and 121 deletions

View file

@ -23,13 +23,13 @@ struct Drust;
impl PackageTrait for Drust {
fn dependencies(&self) -> Vec<PackageRef> {
vec![
// Layouts.
//&pagetop_bootsier::Bootsier,
// Packages.
//&pagetop_admin::Admin,
//&pagetop_user::User,
//&pagetop_node::Node,
// Themes.
//&pagetop_bootsier::Bootsier,
]
}
}