🚧 (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
|
|
@ -2,7 +2,8 @@ pub mod favicon;
|
|||
pub mod javascript;
|
||||
pub mod stylesheet;
|
||||
|
||||
use crate::html::{html, Context, Markup};
|
||||
use crate::core::component::Context;
|
||||
use crate::html::{html, Markup};
|
||||
use crate::{AutoDefault, Weight};
|
||||
|
||||
/// Representación genérica de un script [`JavaScript`](crate::html::JavaScript) o una hoja de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue