⬆️ Update rumext dependency (bugfixing).

This commit is contained in:
Andrey Antukh
2020-04-02 20:51:27 +02:00
parent 648ccf4cce
commit 6ba4531d18
4 changed files with 1 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
(ns cljsjs.react
(:require ["react" :as react]))
(goog/exportSymbol "React" react)

View File

@@ -1,4 +0,0 @@
(ns cljsjs.react-dom
(:require ["react-dom" :as rdom]))
(goog/exportSymbol "ReactDOM" rdom)