summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/apis/hooks/index.ts
diff options
context:
space:
mode:
authorLiang Yi <[email protected]>2022-01-22 21:35:11 +0800
committerGitHub <[email protected]>2022-01-22 21:35:11 +0800
commitd8d2300980ca69a4ae6511cb49a6dc548c0da793 (patch)
tree23f2f136c495b4064f43a0c4148391c46b9fa997 /frontend/src/apis/hooks/index.ts
parent6b82a734e2bc597b219472774c0ec58038630c65 (diff)
downloadbazarr-d8d2300980ca69a4ae6511cb49a6dc548c0da793.tar.gz
bazarr-d8d2300980ca69a4ae6511cb49a6dc548c0da793.zip
Add React-Query to improve network and cache performancev1.0.3-beta.15
Diffstat (limited to 'frontend/src/apis/hooks/index.ts')
-rw-r--r--frontend/src/apis/hooks/index.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/apis/hooks/index.ts b/frontend/src/apis/hooks/index.ts
new file mode 100644
index 000000000..34b794592
--- /dev/null
+++ b/frontend/src/apis/hooks/index.ts
@@ -0,0 +1,9 @@
+export * from "./episodes";
+export * from "./histories";
+export * from "./languages";
+export * from "./movies";
+export * from "./providers";
+export * from "./series";
+export * from "./status";
+export * from "./subtitles";
+export * from "./system";