Skip to content

Commit cd050cc

Browse files
committed
Fix fmt
1 parent 3f9a1bd commit cd050cc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

site/src/api/api.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
*
2020
* For example, `utils/delay` must be imported using `../utils/delay` instead.
2121
*/
22-
import globalAxios, {
23-
type AxiosInstance,
24-
type AxiosRequestConfig,
25-
isAxiosError,
26-
} from "axios";
22+
import globalAxios, { type AxiosInstance, isAxiosError } from "axios";
2723
import type dayjs from "dayjs";
2824
import userAgentParser from "ua-parser-js";
2925
import { OneWayWebSocket } from "../utils/OneWayWebSocket";

site/src/pages/WorkspacePage/WorkspacePage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import {
3232
renderWithAuth,
3333
} from "testHelpers/renderHelpers";
3434
import { server } from "testHelpers/server";
35-
import WorkspacePage from "./WorkspacePage";
3635
import { OneWayWebSocket } from "utils/OneWayWebSocket";
36+
import WorkspacePage from "./WorkspacePage";
3737

3838
const { API, MissingBuildParameters } = apiModule;
3939

0 commit comments

Comments
 (0)