mirror of https://github.com/status-im/reagent.git
Fix error in CreatingReagentComponents.md
Without the [], the columns example caused compilation errors if actually used in a file.
This commit is contained in:
parent
e1075a410c
commit
4d37359e21
|
@ -101,6 +101,7 @@ Referring to the example in [React's documentation](https://reactjs.org/docs/fra
|
|||
|
||||
```cljs
|
||||
(defn columns
|
||||
[]
|
||||
[:<>
|
||||
[:td "Hello"]
|
||||
[:td "World"]]
|
||||
|
|
Loading…
Reference in New Issue