1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00

Move navigation to effect

This commit is contained in:
Arne Schlüter 2018-04-18 16:21:21 +02:00
commit 6117b921a6
6 changed files with 63 additions and 46 deletions

View file

@ -11,6 +11,6 @@
;; ---
(re-frame/reg-sub
::current-page
::current-route
(fn [db]
(:route db)))
(:current-route db)))