Export scraper::Html.

This commit is contained in:
Bauke 2022-10-03 21:19:16 +02:00
parent f92873ed8f
commit 08bf7ed29e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ pub(crate) mod group_list;
pub use {
group::{Group, GroupWikiLink},
group_list::{GroupList, GroupListSummary},
scraper::Html,
};