Merge pull request #456 from watkinsm/creating-reagent-components-fix

Fix error in CreatingReagentComponents.md
This commit is contained in:
Juho Teperi 2019-10-17 11:31:12 +03:00 committed by GitHub
commit b994400194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ Referring to the example in [React's documentation](https://reactjs.org/docs/fra
```cljs
(defn columns
[]
[:<>
[:td "Hello"]
[:td "World"]]