diff options
Diffstat (limited to 'src/frontend/tubo/comments/views.cljs')
-rw-r--r-- | src/frontend/tubo/comments/views.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/comments/views.cljs b/src/frontend/tubo/comments/views.cljs index e1f6472..2b1bf7f 100644 --- a/src/frontend/tubo/comments/views.cljs +++ b/src/frontend/tubo/comments/views.cljs @@ -2,7 +2,7 @@ (:require [re-frame.core :as rf] [reitit.frontend.easy :as rfe] - [tubo.components.layout :as layout] + [tubo.layout.views :as layout] [tubo.utils :as utils])) (defn comment-top-metadata |