dioxus stuff
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use dioxus::prelude::*;
|
||||
|
||||
pub fn app() -> Element {
|
||||
rsx!(
|
||||
div {
|
||||
"Hello, World!"
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user