aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/fetchers/thematics/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/fetchers/thematics/index.ts')
-rw-r--r--src/services/graphql/fetchers/thematics/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/services/graphql/fetchers/thematics/index.ts b/src/services/graphql/fetchers/thematics/index.ts
new file mode 100644
index 0000000..c002793
--- /dev/null
+++ b/src/services/graphql/fetchers/thematics/index.ts
@@ -0,0 +1,4 @@
+export * from './fetch-all-thematics-slugs';
+export * from './fetch-thematic';
+export * from './fetch-thematics-count';
+export * from './fetch-thematics-list';