mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 09:26:36 +02:00
4 lines
86 B
Clojure
4 lines
86 B
Clojure
(ns cljsjs.react
|
|
(:require ["react" :as react]))
|
|
|
|
(goog/exportSymbol "React" react)
|