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

Move all source files to src folder

This commit is contained in:
Arne Schlüter 2018-05-28 13:24:15 +02:00
commit 47c37e198c
20 changed files with 24 additions and 9 deletions

View file

@ -1,7 +0,0 @@
(ns airsonic-ui.db
(:require [airsonic-ui.routes :as routes]))
(def default-db
{:active-requests 0
;; because navigate! executes asynchronously we force to display the login screen first
:current-route [routes/default-route]})