mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Brainstorming design
This commit is contained in:
0
src/app.rs
Normal file
0
src/app.rs
Normal file
0
src/components/.keep
Normal file
0
src/components/.keep
Normal file
12
src/main.rs
12
src/main.rs
@@ -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>();
|
||||
}
|
||||
|
||||
0
src/pages/.keep
Normal file
0
src/pages/.keep
Normal file
0
src/routes/.keep
Normal file
0
src/routes/.keep
Normal file
Reference in New Issue
Block a user