mirror of https://github.com/status-im/reagent.git
Fix require in docs
This commit is contained in:
parent
c70f4f9c4e
commit
cda8866955
|
@ -116,7 +116,7 @@ The primary entrypoint to the reagent library is `reagent.core/render`.
|
|||
|
||||
```clojure
|
||||
(ns example
|
||||
(:require [reagent.core :as r]))
|
||||
(:require [reagent.dom :as rdom]))
|
||||
|
||||
(defn render-simple []
|
||||
(rdom/render [:div [:p "Hello world!"]]
|
||||
|
|
Loading…
Reference in New Issue