Actualiza nomenclatura de tipos

This commit is contained in:
Manuel Cillero 2022-05-15 20:12:59 +02:00
parent 72f5144b75
commit 96cbbb0c3c
24 changed files with 73 additions and 73 deletions

View file

@ -5,8 +5,8 @@ pub use hook::{
};
mod context;
pub use context::InContext;
pub use context::{
Context,
Favicon,
JavaScript, JSMode,
StyleSheet,
@ -21,8 +21,8 @@ pub use definition::{
};
use definition::render_component;
mod holder;
pub use holder::ComponentsHolder;
mod bundle;
pub use bundle::ComponentsBundle;
mod all;
pub use all::add_component_to;