aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/tubo/core.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/core.cljs b/src/frontend/tubo/core.cljs
index 4834dc2..cbc1ad5 100644
--- a/src/frontend/tubo/core.cljs
+++ b/src/frontend/tubo/core.cljs
@@ -14,7 +14,7 @@
[]
(rf/clear-subscription-cache!)
(routes/start-routes!)
- (.render root (r/as-element [views/app])))
+ (.render root (r/as-element [(fn [] views/app)])))
(defn ^:export init
[]