aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/thematics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/thematics.ts')
-rw-r--r--src/services/graphql/thematics.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/services/graphql/thematics.ts b/src/services/graphql/thematics.ts
index 508fc2f..9210828 100644
--- a/src/services/graphql/thematics.ts
+++ b/src/services/graphql/thematics.ts
@@ -1,17 +1,17 @@
-import { PageLink, Slug, Thematic } from '@ts/types/app';
-import { GraphQLEdgesInput } from '@ts/types/graphql/generics';
-import { EdgesResponse } from '@ts/types/graphql/queries';
+import { PageLink, Slug, Thematic } from '../../types/app';
+import { GraphQLEdgesInput } from '../../types/graphql/generics';
+import { EdgesResponse } from '../../types/graphql/queries';
import {
RawArticle,
RawThematic,
RawThematicPreview,
TotalItems,
-} from '@ts/types/raw-data';
-import { getImageFromRawData } from '@utils/helpers/images';
+} from '../../types/raw-data';
+import { getImageFromRawData } from '../../utils/helpers/images';
import {
getPageLinkFromRawData,
sortPageLinksByName,
-} from '@utils/helpers/pages';
+} from '../../utils/helpers/pages';
import { fetchAPI } from './api';
import { getArticleFromRawData } from './articles';
import {