mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(playlist): co-locate playlist feature into features/playlist
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import { Play, X, Trash2, ListPlus } from 'lucide-react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { getPlaylists, deletePlaylist } from '../../api/subsonicPlaylists';
|
||||
import { getPlaylists, deletePlaylist } from '@/features/playlist';
|
||||
import type { SubsonicPlaylist } from '../../api/subsonicTypes';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user