Begin add PostPage
This commit is contained in:
parent
6ef76ea48d
commit
dcb5026a66
4 changed files with 45 additions and 5 deletions
|
@ -2,4 +2,4 @@ mod home;
|
|||
pub use home::Home;
|
||||
|
||||
mod posts;
|
||||
pub use posts::PostList;
|
||||
pub use posts::{PostList, PostElement};
|
Loading…
Add table
Add a link
Reference in a new issue