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

This commit is contained in:
Manuel Cillero 2025-09-30 23:36:09 +02:00
parent 6b08b92635
commit 075f61bf09
13 changed files with 64 additions and 27 deletions

View file

@ -1,5 +1,6 @@
use crate::core::component::Context;
use crate::html::assets::Asset;
use crate::html::{html, Context, Markup, PreEscaped};
use crate::html::{html, Markup, PreEscaped};
use crate::{join_pair, AutoDefault, Weight};
// Define el origen del recurso CSS y cómo se incluye en el documento.