feat: merge web-user-portal & web-game
This commit is contained in:
parent
9cc605409e
commit
557f0249f8
34 changed files with 5562 additions and 10 deletions
9
clients/web/src/game/components/mod.rs
Normal file
9
clients/web/src/game/components/mod.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
mod board;
|
||||
mod connecting_screen;
|
||||
mod die;
|
||||
mod game_screen;
|
||||
mod score_panel;
|
||||
mod scoring;
|
||||
|
||||
pub use connecting_screen::ConnectingScreen;
|
||||
pub use game_screen::GameScreen;
|
||||
Loading…
Add table
Add a link
Reference in a new issue