Remove metamorphic dependency

This commit is contained in:
Daniel Compton 2018-01-11 23:21:16 +13:00
parent 1c71e32156
commit b55e2c097d
2 changed files with 1 additions and 6 deletions

View File

@ -6,7 +6,6 @@
[org.clojure/clojurescript "1.9.671"]
[reagent "0.6.0" :scope "provided"]
[re-frame "0.10.3-alpha2" :scope "provided"]
[io.pyroclast/metamorphic "0.1.0-alpha1"]
[binaryage/devtools "0.9.4"]
[garden "1.3.3"]]
:plugins [[thomasa/mranderson "0.4.7"]

View File

@ -1,8 +1,4 @@
(ns day8.re-frame.trace.metamorphic
(:require [metamorphic.api :as m]
[metamorphic.runtime :as rt]
#?(:clj
[metamorphic.viz :as v])))
(ns day8.re-frame.trace.metamorphic)
;; What starts an epoch?