1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Use react-query for episodes

This commit is contained in:
Mark McDowall
2025-11-27 22:00:51 -08:00
parent a97f2c016b
commit 1178c98341
21 changed files with 400 additions and 566 deletions
+3
View File
@@ -0,0 +1,3 @@
import { QueryClient } from '@tanstack/react-query';
export const queryClient = new QueryClient();