mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-11 07:04:13 +00:00
Feat: update component so build passes
This commit is contained in:
parent
37f5a7ad33
commit
8fcd001677
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ static BLAH: FC<()> = |ctx, props| {
|
|||
div {
|
||||
SomeComponent {
|
||||
some_field: g
|
||||
abc123: 10,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue