Skip to content

Commit 9bce7b0

Browse files
committed
Merge remote-tracking branch 'vrslev/type-only-axios-imports'
2 parents 9268ad8 + 4867366 commit 9bce7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/axios/request.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{>header}}
22

3-
import axios, { AxiosError, AxiosRequestConfig, AxiosResponse } from 'axios';
3+
import axios, { AxiosError, type AxiosRequestConfig, type AxiosResponse } from 'axios';
44
import FormData from 'form-data';
55

66
import { ApiError } from './ApiError';

0 commit comments

Comments
 (0)