1
0
Fork 0
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:
arne 2025-04-11 06:59:39 +02:00
commit a248b815f6
2 changed files with 5 additions and 5 deletions

View file

@ -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})