💥 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,6 +1,6 @@
use pagetop::prelude::*;
pub_handle!(MODULE_JQUERY);
define_handle!(MODULE_JQUERY);
include!(concat!(env!("OUT_DIR"), "/jquery.rs"));