Browse Source

Feat: update component so build passes

Jonathan Kelley 4 years ago
parent
commit
8fcd001
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/core/examples/fc.rs

+ 0 - 1
packages/core/examples/fc.rs

@@ -10,7 +10,6 @@ static BLAH: FC<()> = |ctx, props| {
         div {
         div {
             SomeComponent {
             SomeComponent {
                 some_field: g
                 some_field: g
-                abc123: 10,
             }
             }
         }
         }
     })
     })