mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
5 lines
86 B
Clojure
5 lines
86 B
Clojure
(ns cljsjs.react
|
|
(:require ["react" :as react]))
|
|
|
|
(goog/exportSymbol "React" react)
|