refactor: use relative imports
This commit is contained in:
parent
1306b78f63
commit
27da1c8e49
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@
|
|||
import axios from "axios";
|
||||
import * as gql from "graphql";
|
||||
import textareaAutoHeight from "../directives/textareaAutoHeight";
|
||||
import { commonHeaders } from "~/functions/headers";
|
||||
import { commonHeaders } from "../functions/headers";
|
||||
import AceEditor from "../components/ace-editor";
|
||||
import QueryEditor from "../components/graphql/queryeditor";
|
||||
import { sendNetworkRequest } from "../functions/network";
|
||||
|
|
|
|||
Loading…
Reference in a new issue