mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix formatting
This commit is contained in:
parent
9f891f9478
commit
cabeacfcee
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ fn main() {
|
|||
});
|
||||
}
|
||||
}
|
||||
//
|
||||
//
|
||||
fn app(cx: Scope) -> Element {
|
||||
let user_name = use_state(cx, || "?".to_string());
|
||||
let permissions = use_state(cx, || "?".to_string());
|
||||
|
|
Loading…
Reference in a new issue