Initial commit
This commit is contained in:
9
board-frontend/src/main.rs
Normal file
9
board-frontend/src/main.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod app;
|
||||
mod hand_view;
|
||||
mod tile_view;
|
||||
|
||||
use app::App;
|
||||
|
||||
fn main() {
|
||||
yew::Renderer::<App>::new().render();
|
||||
}
|
Reference in New Issue
Block a user