Retoca la llamada al renderizado de componentes
This commit is contained in:
parent
db053531d1
commit
3eb9cfbff8
4 changed files with 29 additions and 20 deletions
|
|
@ -2,8 +2,7 @@ mod context;
|
|||
pub use context::{InContext, InContextOp};
|
||||
|
||||
mod definition;
|
||||
use definition::render_component;
|
||||
pub use definition::{component_mut, component_ref, AnyComponent, ComponentTrait};
|
||||
pub use definition::{component_mut, component_ref, AnyComponent, BaseComponent, ComponentTrait};
|
||||
|
||||
mod bundle;
|
||||
pub use bundle::ComponentsBundle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue