mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Initial commit; shadow-cljs, re-frame + re-frame-10x
This commit is contained in:
commit
4fc35c34b0
11 changed files with 1813 additions and 0 deletions
7
src/airsonic_ui/subs.cljs
Normal file
7
src/airsonic_ui/subs.cljs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns airsonic-ui.subs
|
||||
(:require [re-frame.core :as re-frame]))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::name
|
||||
(fn [db]
|
||||
(:name db)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue