remove unused files

This commit is contained in:
Artur Girenko 2016-04-09 11:44:28 +02:00
parent 091bf38166
commit 95a6fbb29e
2 changed files with 0 additions and 17 deletions

View File

@ -1,11 +0,0 @@
(ns reagent.dom)
;; Shimmed namespace to make reagent 0.6.0 work with react native packager
(defn render
([_ _])
([_ _ _]))
(defn unmount-component-at-node [_])
(defn dom-node [_])
(defn force-update-all [])

View File

@ -1,6 +0,0 @@
(ns reagent.dom.server)
;; Shimmed namespace to make reagent 0.6.0 work with react native packager
(defn render-to-string [_])
(defn render-to-static-markup [_])