aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tubo/modals/views.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tubo/modals/views.cljs')
-rw-r--r--src/frontend/tubo/modals/views.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/modals/views.cljs b/src/frontend/tubo/modals/views.cljs
index df59034..1ff4bb1 100644
--- a/src/frontend/tubo/modals/views.cljs
+++ b/src/frontend/tubo/modals/views.cljs
@@ -1,7 +1,7 @@
(ns tubo.modals.views
(:require
[re-frame.core :as rf]
- [tubo.components.layout :as layout]))
+ [tubo.layout.views :as layout]))
(defn modal-content
[title body & extra-buttons]