Skip to content

Commit 6456bdb

Browse files
committedApr 13, 2024
Use a more conventional alias
1 parent b15f915 commit 6456bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/day8/re_frame_10x.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[day8.re-frame-10x.tools.reader.edn :as reader.edn]
1313
[day8.re-frame-10x.tools.shadow-dom :as tools.shadow-dom]
1414
[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]
1616
[day8.re-frame-10x.panels.settings.subs :as settings.subs]
1717
[day8.re-frame-10x.panels.settings.events :as settings.events])
1818
(:require-macros [day8.re-frame-10x.components.re-com :refer [inline-resource]]))
@@ -109,7 +109,7 @@
109109
:transition transition}
110110
:children [[:div.panel-resizer (when @showing? {:style (resizer-style draggable-area)
111111
:on-mouse-down #(reset! dragging? true)})]
112-
[container/devtools-inner opts]]]]))})))
112+
[navigation.views/devtools-inner opts]]]]))})))
113113

114114
(defn traced-sub [epoch-id reaction-id]
115115
(get-in @db/app-db

0 commit comments

Comments
 (0)
Please sign in to comment.