0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00
penpot/frontend/vendor/cljsjs/react_dom.cljs
2020-03-30 09:46:35 +02:00

4 lines
95 B
Clojure

(ns cljsjs.react-dom
(:require ["react-dom" :as rdom]))
(goog/exportSymbol "ReactDOM" rdom)