Brainstorming design

This commit is contained in:
timmypidashev
2023-03-11 20:54:18 -08:00
parent eeee364c93
commit 6d7b58d2a9
7 changed files with 3 additions and 9 deletions
View File
View File
+3 -9
View File
@@ -1,12 +1,6 @@
use yew::prelude::*;
#[function_component(App)]
fn app() -> Html {
html! {
<h1>{ "Hello, World!" }</h1>
}
}
mod routes;
mod components;
fn main() {
yew::Renderer::<App>::new().render();
yew::start_app::<app:Main>();
}
View File
View File