Now functioning frontend

Changed some things to make trunk work
This commit is contained in:
2026-04-28 06:36:01 +02:00
parent 76b4ccf943
commit ce86d8bc8f
4 changed files with 14 additions and 9 deletions

5
frontend/src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
use frontend::App;
fn main() {
yew::Renderer::<App>::new().render();
}