Add experience page + Fix style
This commit is contained in:
parent
f8c9888d80
commit
48f3c27a20
9 changed files with 35 additions and 7 deletions
|
@ -2,4 +2,9 @@ mod home;
|
|||
pub use home::Home;
|
||||
|
||||
mod posts;
|
||||
pub use posts::{PostList, PostElement};
|
||||
|
||||
pub use posts::{PostList, PostElement};
|
||||
|
||||
mod experience;
|
||||
|
||||
pub use experience::Experience;
|
Loading…
Add table
Add a link
Reference in a new issue