Begin add PostPage

This commit is contained in:
Florian RICHER 2023-11-26 19:18:39 +01:00
parent 6ef76ea48d
commit dcb5026a66
4 changed files with 45 additions and 5 deletions

View file

@ -2,4 +2,4 @@ mod home;
pub use home::Home;
mod posts;
pub use posts::PostList;
pub use posts::{PostList, PostElement};