refactor(outliner): connecting bewteen ui and outliner

This commit is contained in:
defclass
2021-03-29 21:41:48 +08:00
parent d4d4f9ee33
commit 633705fd03
15 changed files with 538 additions and 378 deletions

View File

@@ -0,0 +1,7 @@
(ns frontend.debug
(:require [cljs.pprint :as pprint]))
(defn pprint
[& xs]
(doseq [x xs]
(pprint/pprint x)))