diff --git a/frontend/src/components/Playlist.vue b/frontend/src/components/Playlist.vue
index 0f02293..232593d 100644
--- a/frontend/src/components/Playlist.vue
+++ b/frontend/src/components/Playlist.vue
@@ -2,6 +2,7 @@
import { defineProps } from 'vue';
import PlaylistItem from "../items/PlaylistItem.vue";
import {playlistsListStore} from "../stores/dataStore.ts";
+import Button from "../items/Button.vue";
const props = defineProps({
popup: {
@@ -22,6 +23,12 @@ const playlists = playlistsListStore();
:imgSrc="playlist.origin"
/>
+