2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

style: get rid of redundency in imports (#6315)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Justin Dhillon
2025-11-12 11:11:56 -08:00
committed by GitHub
parent 6ef867e684
commit d5b76d4af7
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
import utils from './../utils.js';
import utils from '../utils.js';
import defaults from '../defaults/index.js';
import AxiosHeaders from '../core/AxiosHeaders.js';