Added reagent/create-class (#18)

This commit is contained in:
Elia Scotto 2022-02-25 19:54:41 +11:00 committed by GitHub
parent e91302e808
commit 03f5f0b9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@
(def reagent-namespace
{'atom (sci/copy-var r/atom rns)
'as-element (sci/copy-var r/as-element rns)})
'as-element (sci/copy-var r/as-element rns)
'create-class (sci/copy-var r/create-class rns)})
(def rdns (sci/create-ns 'reagent.dom nil))