Now functioning frontend
Changed some things to make trunk work
This commit is contained in:
5
frontend/src/main.rs
Normal file
5
frontend/src/main.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use frontend::App;
|
||||
|
||||
fn main() {
|
||||
yew::Renderer::<App>::new().render();
|
||||
}
|
||||
Reference in New Issue
Block a user