diff --git a/components/SpotifyCurrentlyListening.vue b/components/SpotifyCurrentlyListening.vue
deleted file mode 100644
index 8164d0c..0000000
--- a/components/SpotifyCurrentlyListening.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- Not currently listening to anything.
- {{ paused ? "(paused) " : "" }}{{ now.item.name }} by {{ now.item.artists[0].name }} ({{ msToMinutesSeconds(now.progress_ms) }} / {{ msToMinutesSeconds(now.item.duration_ms) }})