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