diff --git a/frontend/src/pages/ChannelPlaylist.tsx b/frontend/src/pages/ChannelPlaylist.tsx index 14b2912e..03597913 100644 --- a/frontend/src/pages/ChannelPlaylist.tsx +++ b/frontend/src/pages/ChannelPlaylist.tsx @@ -1,5 +1,4 @@ import { useOutletContext, useParams } from 'react-router-dom'; -import Notifications from '../components/Notifications'; import PlaylistList from '../components/PlaylistList'; import { useEffect, useState } from 'react'; import { OutletContextType } from './Base'; @@ -58,8 +57,6 @@ const ChannelPlaylist = () => {