♻️ Código revisado con cargo fmt/clippy

This commit is contained in:
Manuel Cillero 2023-01-29 10:44:34 +01:00
parent c5de6f4b6d
commit 14bf2807ae
4 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
mod context;
pub use context::{RenderContext, ContextOp};
pub use context::{ContextOp, RenderContext};
mod definition;
pub use definition::{component_mut, component_ref, AnyComponent, BaseComponent, ComponentTrait};