trictrac/clients/web/src/game/components/mod.rs

10 lines
169 B
Rust
Raw Normal View History

2026-04-25 16:49:25 +02:00
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;