🚚 Rename "new_static_..!" macros to "static_..!"

This commit is contained in:
Manuel Cillero 2023-11-03 22:59:15 +01:00
parent 088ffe7272
commit 0397036d95
12 changed files with 20 additions and 20 deletions

View file

@ -1,8 +1,8 @@
use pagetop::prelude::*;
new_static_locales!(LOCALES_BOOTSIER);
static_locales!(LOCALES_BOOTSIER);
new_static_files!(bootsier);
static_files!(bootsier);
pub struct Bootsier;