🎉 Migrate from figwheel to shadow-cljs.

This commit is contained in:
Andrey Antukh 2020-03-29 14:33:54 +02:00 committed by Alonso Torres
parent 7d0037bfaa
commit f7bfc4d135
47 changed files with 2021 additions and 41065 deletions

4
frontend/vendor/cljsjs/react.cljs vendored Normal file
View 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
View file

@ -0,0 +1,4 @@
(ns cljsjs.react-dom
(:require ["react-dom" :as rdom]))
(goog/exportSymbol "ReactDOM" rdom)