💡 Retoques en los comentarios

This commit is contained in:
Manuel Cillero 2024-12-28 11:18:48 +01:00
parent 3690087005
commit cffffe02d6
9 changed files with 14 additions and 15 deletions

View file

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