Skip to content

Instantly share code, notes, and snippets.

@Mr-Malomz
Created March 10, 2023 10:59
Show Gist options
  • Save Mr-Malomz/2111937592ba5877cdfab60dac89d900 to your computer and use it in GitHub Desktop.
Save Mr-Malomz/2111937592ba5877cdfab60dac89d900 to your computer and use it in GitHub Desktop.
use yew::prelude::*;
//add below
mod components;
mod models;
#[function_component(App)]
fn app() -> Html {
//app code goes here
}
fn main() {
yew::start_app::<App>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment