🚧 (core): Mueve Context al ámbito de componentes
This commit is contained in:
parent
698862a3b7
commit
f152cc0679
13 changed files with 64 additions and 27 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use crate::html::{html, Context, Markup};
|
||||
use crate::core::component::Context;
|
||||
use crate::html::{html, Markup};
|
||||
use crate::AutoDefault;
|
||||
|
||||
/// Un **Favicon** es un recurso gráfico que usa el navegador como icono asociado al sitio.
|
||||
|
|
|
|||
|
|
@ -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, join_pair, AutoDefault, Weight};
|
||||
|
||||
// Define el origen del recurso JavaScript y cómo debe cargarse en el navegador.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue