We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8662 commit 51ce047Copy full SHA for 51ce047
site/src/api/api.ts
@@ -22,7 +22,7 @@
22
import globalAxios, { type AxiosInstance, isAxiosError } from "axios";
23
import type dayjs from "dayjs";
24
import userAgentParser from "ua-parser-js";
25
-import { OneWayWebSocket } from "utils/OneWayWebSocket";
+import { OneWayWebSocket } from "../utils/OneWayWebSocket";
26
import { delay } from "../utils/delay";
27
import type { PostWorkspaceUsageRequest } from "./typesGenerated";
28
import * as TypesGen from "./typesGenerated";
0 commit comments