7b1fb030b3
- Adding a Sidebar component - Starting on forum categories. #17 - Adding a Sidebar and title to community. Fixes #16
8 lines
147 B
Rust
8 lines
147 B
Rust
pub mod user;
|
|
pub mod community;
|
|
pub mod post;
|
|
pub mod comment;
|
|
pub mod post_view;
|
|
pub mod comment_view;
|
|
pub mod category;
|
|
pub mod community_view;
|