//! Reconciliation system for efficient UI updates
//!
//! The reconciler compares old and new VNode trees to produce
//! minimal patches that can be applied incrementally.
//!
//! This module backs the renderer internally and is not part of the primary
//! hooks-first application API.
pub use ;
pub use ;