🚧 (core): Mueve Context al ámbito de componentes

This commit is contained in:
Manuel Cillero 2025-09-30 23:36:09 +02:00
parent 698862a3b7
commit f152cc0679
13 changed files with 64 additions and 27 deletions

View file

@ -1,5 +1,5 @@
use crate::core::component::Component;
use crate::html::{html, Context, Markup};
use crate::core::component::{Component, Context};
use crate::html::{html, Markup};
use crate::{builder_fn, AutoDefault, UniqueId};
use parking_lot::RwLock;