mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Remove unused import
This commit is contained in:
parent
3ef4841c47
commit
ea68c92c73
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
(ns airsonic-ui.components.artist.views
|
(ns airsonic-ui.components.artist.views
|
||||||
(:require [airsonic-ui.components.collection.views :as collection]
|
(:require [airsonic-ui.components.collection.views :as collection]
|
||||||
[airsonic-ui.routes :as routes]
|
[airsonic-ui.routes :as routes]
|
||||||
[airsonic-ui.components.debug.views :refer [debug]]
|
|
||||||
[clojure.string :as str]))
|
[clojure.string :as str]))
|
||||||
|
|
||||||
(defn link-button [attrs children]
|
(defn link-button [attrs children]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue