Refactor title to nav

This commit is contained in:
Florian RICHER 2024-01-07 23:00:54 +01:00
parent 60a36f0eb8
commit 9cd4298764
14 changed files with 98 additions and 61 deletions

View file

@ -27,8 +27,8 @@ mod loading;
pub use loading::Loading;
mod title;
mod nav;
pub use title::Title;
pub use nav::Nav;
pub use mon_parcours::MonParcours;