Remove metamorphic dependency
This commit is contained in:
parent
1c71e32156
commit
b55e2c097d
|
@ -6,7 +6,6 @@
|
||||||
[org.clojure/clojurescript "1.9.671"]
|
[org.clojure/clojurescript "1.9.671"]
|
||||||
[reagent "0.6.0" :scope "provided"]
|
[reagent "0.6.0" :scope "provided"]
|
||||||
[re-frame "0.10.3-alpha2" :scope "provided"]
|
[re-frame "0.10.3-alpha2" :scope "provided"]
|
||||||
[io.pyroclast/metamorphic "0.1.0-alpha1"]
|
|
||||||
[binaryage/devtools "0.9.4"]
|
[binaryage/devtools "0.9.4"]
|
||||||
[garden "1.3.3"]]
|
[garden "1.3.3"]]
|
||||||
:plugins [[thomasa/mranderson "0.4.7"]
|
:plugins [[thomasa/mranderson "0.4.7"]
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
(ns day8.re-frame.trace.metamorphic
|
(ns day8.re-frame.trace.metamorphic)
|
||||||
(:require [metamorphic.api :as m]
|
|
||||||
[metamorphic.runtime :as rt]
|
|
||||||
#?(:clj
|
|
||||||
[metamorphic.viz :as v])))
|
|
||||||
|
|
||||||
;; What starts an epoch?
|
;; What starts an epoch?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue