fix formatting

This commit is contained in:
Evan Almloff 2023-07-28 13:04:56 -07:00
parent 9f891f9478
commit cabeacfcee

View file

@ -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());