feat(client_web): dice with dots

This commit is contained in:
Henri Bourcereau 2026-03-27 11:43:21 +01:00
parent 37a66f6404
commit 6174bc16e6
4 changed files with 150 additions and 81 deletions

View file

@ -1,9 +1,12 @@
mod board;
mod connecting_screen;
mod die;
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;