Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created April 18, 2023 02:47
Show Gist options
  • Save Enigo/026b82c131bde17578bd3a23e3d4039d to your computer and use it in GitHub Desktop.
Save Enigo/026b82c131bde17578bd3a23e3d4039d to your computer and use it in GitHub Desktop.
use crate::view::home::Home;
#[function_component(App)]
fn app() -> Html {
html! {
<Home />
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment