1
 2
 3
 4
 5
 6
 7
 8
 9
10
#[cfg(test)]
extern crate serial_test;

pub mod comment_report_view;
pub mod comment_view;
pub mod local_user_view;
pub mod post_report_view;
pub mod post_view;
pub mod private_message_view;
pub mod site_view;