diff options
Diffstat (limited to 'src/frontend/tubo/views/playlist.cljs')
-rw-r--r-- | src/frontend/tubo/views/playlist.cljs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/tubo/views/playlist.cljs b/src/frontend/tubo/views/playlist.cljs index fc92a35..0f2325a 100644 --- a/src/frontend/tubo/views/playlist.cljs +++ b/src/frontend/tubo/views/playlist.cljs @@ -4,7 +4,6 @@ [reitit.frontend.easy :as rfe] [tubo.components.items :as items] [tubo.components.layout :as layout] - [tubo.components.loading :as loading] [tubo.events :as events])) (defn playlist |