💥 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

@ -3,7 +3,7 @@ use pagetop::prelude::*;
pub mod component;
pub mod module;
pub_handle!(MODULE_MINIMAL);
define_handle!(MODULE_MINIMAL);
include!(concat!(env!("OUT_DIR"), "/minimal.rs"));