Modifica Assets por Context

This commit is contained in:
Manuel Cillero 2022-05-15 18:32:56 +02:00
parent 9e5d6e1a72
commit 72f5144b75
29 changed files with 375 additions and 372 deletions

View file

@ -4,9 +4,9 @@ pub use hook::{
BeforeRenderComponentHook,
};
mod assets;
pub use assets::{
Assets,
mod context;
pub use context::{
Context,
Favicon,
JavaScript, JSMode,
StyleSheet,