diff --git a/client/src/types/fetchErrorType.ts b/client/src/types/fetchErrorType.ts index 6644f1573..2ab327e19 100644 --- a/client/src/types/fetchErrorType.ts +++ b/client/src/types/fetchErrorType.ts @@ -1,6 +1,7 @@ -import {Method} from '@apis/fetcher'; import {ServerError} from 'ErrorProvider'; +import {Method} from '@apis/fetcher'; + export type FetchErrorType = Error & { requestBody: string; status: number;