Export GroupWikiLink.

This commit is contained in:
Bauke 2022-10-03 16:29:28 +02:00
parent 976cb8d85d
commit f92873ed8f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ pub(crate) mod group;
pub(crate) mod group_list;
pub use {
group::Group,
group::{Group, GroupWikiLink},
group_list::{GroupList, GroupListSummary},
};