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

0
src/app.rs Normal file
View File

0
src/components/.keep Normal file
View File

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>();
}

0
src/pages/.keep Normal file
View File

0
src/routes/.keep Normal file
View File

0
static/.keep Normal file
View File

0
style/.keep Normal file
View File