mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
5 lines
86 B
Text
5 lines
86 B
Text
|
(ns cljsjs.react
|
||
|
(:require ["react" :as react]))
|
||
|
|
||
|
(goog/exportSymbol "React" react)
|