Brainstorming design
This commit is contained in:
+3
-9
@@ -1,12 +1,6 @@
|
|||||||
use yew::prelude::*;
|
mod routes;
|
||||||
|
mod components;
|
||||||
#[function_component(App)]
|
|
||||||
fn app() -> Html {
|
|
||||||
html! {
|
|
||||||
<h1>{ "Hello, World!" }</h1>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
yew::Renderer::<App>::new().render();
|
yew::start_app::<app:Main>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user