♻️ Código revisado con cargo fmt/clippy

This commit is contained in:
Manuel Cillero 2023-02-03 22:42:49 +01:00
parent b02c729864
commit 0ec0f1a961
7 changed files with 25 additions and 14 deletions

View file

@ -1,3 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "mengamenu", None)
pagetop_build::bundle_resources("./static", "megamenu", None)
}