webcomment/webui/src/components.rs
2023-05-13 09:35:45 +02:00

5 lines
64 B
Rust

pub mod comment;
pub mod new_comment_form;
pub use comment::*;