mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
bump some cljs dependencies
This commit is contained in:
parent
1702d78171
commit
a248b815f6
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(ns airsonic-ui.core
|
||||
(:require [reagent.core :as reagent]
|
||||
(:require [reagent.dom :as rdom]
|
||||
[re-frame.core :as rf]
|
||||
;; 3rd party effects / coeffects
|
||||
[day8.re-frame.http-fx]
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
(defn mount-root []
|
||||
(rf/clear-subscription-cache!)
|
||||
(reagent/render [views/main-panel] (.getElementById js/document "app")))
|
||||
(rdom/render [views/main-panel] (.getElementById js/document "app")))
|
||||
|
||||
(defn ^:export init []
|
||||
(storage/reg-co-fx! :airsonic-ui {:fx :store, :cofx :store})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue