2026-08-05 bd36da9f3daa0c326b9c954f920c97b4a61d5fce
src/packages/effects/request/src/request-client/preset-interceptors.ts
@@ -1,8 +1,8 @@
import type { RequestClient } from './request-client';
import type { MakeErrorMessageFn, ResponseInterceptorConfig } from './types';
import { $t } from '..\..\..\..\locales\src';
import { isFunction } from '..\..\..\..\utils\src';
import { $t } from '../../../../locales/src';
import { isFunction } from '../../../../utils/src';
import axios from 'axios';