File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
[day8.re-frame-10x.tools.reader.edn :as reader.edn]
13
13
[day8.re-frame-10x.tools.shadow-dom :as tools.shadow-dom]
14
14
[day8.re-frame-10x.components.re-com :as rc]
15
- [day8.re-frame-10x.navigation.views :as container ]
15
+ [day8.re-frame-10x.navigation.views :as navigation.views ]
16
16
[day8.re-frame-10x.panels.settings.subs :as settings.subs]
17
17
[day8.re-frame-10x.panels.settings.events :as settings.events])
18
18
(:require-macros [day8.re-frame-10x.components.re-com :refer [inline-resource]]))
109
109
:transition transition}
110
110
:children [[:div.panel-resizer (when @showing? {:style (resizer-style draggable-area)
111
111
:on-mouse-down #(reset! dragging? true )})]
112
- [container /devtools-inner opts]]]]))})))
112
+ [navigation.views /devtools-inner opts]]]]))})))
113
113
114
114
(defn traced-sub [epoch-id reaction-id]
115
115
(get-in @db/app-db
You can’t perform that action at this time.
0 commit comments