0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00
penpot/frontend/vendor/cljsjs/react.cljs

5 lines
86 B
Text
Raw Normal View History

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