🚧 Renombra "define_handle!()" por "use_handle!()"

This commit is contained in:
Manuel Cillero 2023-06-23 08:26:26 +02:00
parent aa1f58d11a
commit 66f67f41dc
38 changed files with 42 additions and 42 deletions

View file

@ -2,7 +2,7 @@ use pagetop::prelude::*;
pub mod component;
define_handle!(MODULE_MEGAMENU);
use_handle!(MODULE_MEGAMENU);
include!(concat!(env!("OUT_DIR"), "/megamenu.rs"));