Skip to content

Commit 70167b0

Browse files
committed
Update request.hbs
1 parent 2376eb7 commit 70167b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/templates/core/axios/request.hbs

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

3-
import axios, { AxiosError, type AxiosRequestConfig, type AxiosResponse } from 'axios';
3+
import axios from 'axios';
4+
import type { AxiosError, AxiosRequestConfig, AxiosResponse } from 'axios';
45
import FormData from 'form-data';
56

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

0 commit comments

Comments
 (0)