change the import of the getFetchClient inside the EmailTemplates utils

This commit is contained in:
Simone Taeggi 2023-01-18 11:05:49 +01:00
parent e8bfd50db3
commit 36c0978417

View File

@ -1,4 +1,4 @@
import { getFetchClient } from '@strapi/admin/admin/src/utils/getFetchClient';
import { getFetchClient } from '@strapi/helper-plugin';
import { getRequestURL } from '../../../utils';
const fetchData = async () => {