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

4 lines
86 B
Clojure

(ns cljsjs.react
(:require ["react" :as react]))
(goog/exportSymbol "React" react)