lemmy/crates/db_queries/src/aggregates/mod.rs
2021-01-20 16:21:27 +01:00

6 lines
133 B
Rust

pub mod comment_aggregates;
pub mod community_aggregates;
pub mod post_aggregates;
pub mod site_aggregates;
pub mod user_aggregates;