🚧 Revisa macros externas al core

This commit is contained in:
Manuel Cillero 2023-07-10 20:01:07 +02:00
parent ab795d17ff
commit 0a7f756709
4 changed files with 29 additions and 28 deletions

View file

@ -2,7 +2,7 @@ use pagetop::prelude::*;
use_handle!(MODULE_MENU);
use_locale!(LOCALE_MENU["src/module/menu/locales"]);
use_locale!(LOCALE_MENU in "src/module/menu/locales");
pub struct Menu;