chore: Initial commit
This commit is contained in:
commit
f2783d49c6
8 changed files with 2903 additions and 0 deletions
src
6
src/main.rs
Normal file
6
src/main.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use leptos::prelude::*;
|
||||
|
||||
fn main() {
|
||||
console_error_panic_hook::set_once();
|
||||
leptos::mount::mount_to_body(|| view! { <p>"Hello, world!"</p> })
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue