1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 10:43:39 +02:00

Remove unused import

This commit is contained in:
Arne Schlüter 2018-10-17 16:55:47 +02:00
commit ea68c92c73

View file

@ -1,7 +1,6 @@
(ns airsonic-ui.components.artist.views
(:require [airsonic-ui.components.collection.views :as collection]
[airsonic-ui.routes :as routes]
[airsonic-ui.components.debug.views :refer [debug]]
[clojure.string :as str]))
(defn link-button [attrs children]
@ -69,4 +68,4 @@
[:div.container
[:h1.title "Artists"]
[:p.subtitle.is-5.has-text-grey [:strong artists-count] " artists in your collection with " [:strong album-count] " albums"]]]
[:section.section>div.container [alphabetical-listing artists]]]))
[:section.section>div.container [alphabetical-listing artists]]]))