File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 19
19
*
20
20
* For example, `utils/delay` must be imported using `../utils/delay` instead.
21
21
*/
22
- import globalAxios , {
23
- type AxiosInstance ,
24
- type AxiosRequestConfig ,
25
- isAxiosError ,
26
- } from "axios" ;
22
+ import globalAxios , { type AxiosInstance , isAxiosError } from "axios" ;
27
23
import type dayjs from "dayjs" ;
28
24
import userAgentParser from "ua-parser-js" ;
29
25
import { OneWayWebSocket } from "../utils/OneWayWebSocket" ;
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ import {
32
32
renderWithAuth ,
33
33
} from "testHelpers/renderHelpers" ;
34
34
import { server } from "testHelpers/server" ;
35
- import WorkspacePage from "./WorkspacePage" ;
36
35
import { OneWayWebSocket } from "utils/OneWayWebSocket" ;
36
+ import WorkspacePage from "./WorkspacePage" ;
37
37
38
38
const { API , MissingBuildParameters } = apiModule ;
39
39
You can’t perform that action at this time.
0 commit comments