💥 Renombra "pub_handle" por "define_handle"

This commit is contained in:
Manuel Cillero 2023-05-14 18:47:24 +02:00
parent c8e444c82a
commit f95bf8eeb3
34 changed files with 38 additions and 38 deletions

View file

@ -1,7 +1,7 @@
use pagetop::prelude::*;
use pagetop_minimal::component::*;
pub_handle!(MODULE_DEMOHOME);
define_handle!(MODULE_DEMOHOME);
pub_locale!("src/locales");