diff options
Diffstat (limited to 'src/services/graphql/fetchers/thematics/index.ts')
| -rw-r--r-- | src/services/graphql/fetchers/thematics/index.ts | 4 |
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'; |
