refactor: use relative imports
This commit is contained in:
parent
27da1c8e49
commit
f2f097bb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@
|
|||
import section from "../components/section";
|
||||
import url from "url";
|
||||
import querystring from "querystring";
|
||||
import { commonHeaders } from "~/functions/headers";
|
||||
import { commonHeaders } from "../functions/headers";
|
||||
import textareaAutoHeight from "../directives/textareaAutoHeight";
|
||||
import parseCurlCommand from "../assets/js/curlparser.js";
|
||||
import getEnvironmentVariablesFromScript from "../functions/preRequest";
|
||||
|
|
|
|||
Loading…
Reference in a new issue