feat(client_web): show holes & points progress bars

This commit is contained in:
Henri Bourcereau 2026-03-28 17:17:01 +01:00
parent bef0ecbd8c
commit 01fa837b84
5 changed files with 242 additions and 118 deletions

View file

@ -5,8 +5,6 @@ mod game_screen;
mod login_screen;
mod score_panel;
pub use die::Die;
pub use connecting_screen::ConnectingScreen;
pub use game_screen::GameScreen;
pub use login_screen::LoginScreen;