summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/apis/hooks/index.ts
diff options
context:
space:
mode:
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";