mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 09:24:19 +02:00
fix various imports
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { QueryOptions } from '/@/renderer/lib/react-query';
|
||||
import type { PlaylistListQuery } from '/@/shared/types/domain-types';
|
||||
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
|
||||
import { api } from '/@/renderer/api';
|
||||
import { queryKeys } from '/@/renderer/api/query-keys';
|
||||
import { getServerById } from '/@/renderer/store';
|
||||
import { PlaylistListQuery } from '/@/shared/types/domain/playlist-domain-types';
|
||||
|
||||
export const usePlaylistList = (args: {
|
||||
options?: QueryOptions;
|
||||
|
||||
Reference in New Issue
Block a user