Fix error in CreatingReagentComponents.md

Without the [], the columns example caused compilation errors if actually used in a file.
This commit is contained in:
Michael Watkins 2019-10-17 10:50:21 +03:00 committed by GitHub
parent e1075a410c
commit 4d37359e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"]]