mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
fix hover.rs formatting
This commit is contained in:
parent
c9da74313c
commit
a5b97aa4a3
1 changed files with 4 additions and 4 deletions
|
@ -52,10 +52,10 @@ fn app(cx: Scope) -> Element {
|
|||
};
|
||||
|
||||
cx.render(rsx! {
|
||||
#[dxfmt::skip]
|
||||
div {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
div {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
|
||||
flex_direction: "column",
|
||||
|
||||
div {
|
||||
|
|
Loading…
Reference in a new issue