Pub use icon stuff for convenience

This commit is contained in:
CenTdemeern1 2025-02-02 23:19:15 +01:00
parent 108eb427b8
commit f1a4e2e819

View file

@ -12,7 +12,7 @@ pub mod manifest;
pub use error::Error; pub use error::Error;
use futures::future::{join, join_all}; use futures::future::{join, join_all};
use html::HTML; use html::HTML;
use icon::{Icon, IconKind}; pub use icon::{Icon, IconKind};
use manifest::scan_manifest; use manifest::scan_manifest;
use reqwest::{Client, IntoUrl}; use reqwest::{Client, IntoUrl};
use url::Url; use url::Url;