Add experience page + Fix style

This commit is contained in:
Florian RICHER 2023-12-09 19:08:27 +01:00
parent f8c9888d80
commit 48f3c27a20
9 changed files with 35 additions and 7 deletions

View file

@ -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;