aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zot/mod.rs')
-rw-r--r--examples/zot/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zot/mod.rs b/examples/zot/mod.rs
index 3bb3c93..706f496 100644
--- a/examples/zot/mod.rs
+++ b/examples/zot/mod.rs
@@ -1,6 +1,7 @@
pub mod abconfig;
pub mod abook;
pub mod channel_stream;
+pub mod group;
pub mod item;
pub mod network_stream;
pub mod xchan;