mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 14:48:24 +02:00
🎉 Migrate from figwheel to shadow-cljs.
This commit is contained in:
parent
7d0037bfaa
commit
f7bfc4d135
47 changed files with 2021 additions and 41065 deletions
4
frontend/vendor/cljsjs/react.cljs
vendored
Normal file
4
frontend/vendor/cljsjs/react.cljs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ns cljsjs.react
|
||||
(:require ["react" :as react]))
|
||||
|
||||
(goog/exportSymbol "React" react)
|
4
frontend/vendor/cljsjs/react_dom.cljs
vendored
Normal file
4
frontend/vendor/cljsjs/react_dom.cljs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ns cljsjs.react-dom
|
||||
(:require ["react-dom" :as rdom]))
|
||||
|
||||
(goog/exportSymbol "ReactDOM" rdom)
|
Loading…
Add table
Add a link
Reference in a new issue