mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use react-query for UserViews queries
This commit is contained in:
parent
f8719b8c5a
commit
92358de0b6
8 changed files with 196 additions and 89 deletions
3
src/utils/query/queryClient.ts
Normal file
3
src/utils/query/queryClient.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { QueryClient } from '@tanstack/react-query';
|
||||
|
||||
export const queryClient = new QueryClient();
|
Loading…
Add table
Add a link
Reference in a new issue