forked from StudioInfinity/dyna3
Add space around =
for Sycamore props
Also, add a trailing comma to a match arm in `outline.rs`.
This commit is contained in:
parent
bfd5d8e35f
commit
b02e682e15
6 changed files with 80 additions and 80 deletions
|
@ -58,7 +58,7 @@ fn main() {
|
|||
provide_context(AppState::new());
|
||||
|
||||
view! {
|
||||
div(id="sidebar") {
|
||||
div(id = "sidebar") {
|
||||
AddRemove {}
|
||||
Outline {}
|
||||
Diagnostics {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue