Actualiza nomenclatura de tipos
This commit is contained in:
parent
72f5144b75
commit
96cbbb0c3c
24 changed files with 73 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue