Refac remove unused import

This commit is contained in:
MerlinScheurer 2025-01-03 18:09:13 +01:00
parent ec18731b61
commit bd48b17f9a
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import About from './pages/About';
import Channels from './pages/Channels';
import ErrorPage from './pages/ErrorPage';
import Home from './pages/Home';
import Logout from './pages/Logout';
import Playlist from './pages/Playlist';
import Playlists from './pages/Playlists';
import Search from './pages/Search';