lazy init asset paths, store asset alt and prep svg for embedding

This commit is contained in:
realaravinth
2021-07-22 12:35:25 +05:30
parent 746e4a2d1a
commit 189510c008
37 changed files with 100 additions and 52 deletions

View File

@@ -44,6 +44,7 @@ mod tests;
mod widget;
pub use crate::data::Data;
pub use crate::static_assets::static_files::assets::*;
pub use api::v1::ROUTES as V1_API_ROUTES;
pub use docs::DOCS;
pub use pages::routes::ROUTES as PAGES;