feat: add client_web (leptos impl. for 'multiplayer' project)
This commit is contained in:
parent
46416cdaef
commit
44451d8642
15 changed files with 1661 additions and 9 deletions
7
client_web/src/components/mod.rs
Normal file
7
client_web/src/components/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mod connecting_screen;
|
||||
mod game_screen;
|
||||
mod login_screen;
|
||||
|
||||
pub use connecting_screen::ConnectingScreen;
|
||||
pub use game_screen::GameScreen;
|
||||
pub use login_screen::LoginScreen;
|
||||
Loading…
Add table
Add a link
Reference in a new issue