diff --git a/frontend/src/pages/Watch.jsx b/frontend/src/pages/Watch.jsx index 757957a..658339c 100644 --- a/frontend/src/pages/Watch.jsx +++ b/frontend/src/pages/Watch.jsx @@ -6,7 +6,7 @@ import { followChannelByUrl, toggleQueue, toggleLike, getChannelVideos, getChannel, getSettings, updateSettings, getRelatedVideos, getDownloads, rateVideo, getBookmarks, createBookmark, updateBookmark, deleteBookmark, importChapters, clearChapters, - getCollections, addToCollection, + getCollections, addToCollection, getQueue, } from "../api"; import VideoCard from "../components/VideoCard";