0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

⬆️ 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

@ -13,7 +13,7 @@
funcool/lentes {:mvn/version "1.4.0-SNAPSHOT"}
funcool/potok {:mvn/version "2.8.0-SNAPSHOT"}
funcool/promesa {:mvn/version "5.1.0"}
funcool/rumext {:mvn/version "2020.04.02-1"}
funcool/rumext {:mvn/version "2020.04.02-3"}
}
:aliases
{:dev

View file

@ -7,7 +7,6 @@
(ns uxbox.main.exports
"The main logic for SVG export functionality."
(:require
[cljsjs.react.dom.server]
[rumext.alpha :as mf]
[uxbox.util.uuid :as uuid]
[uxbox.util.math :as mth]

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)