fix: replace aliased import with unaliased import (#17207)

If you take a look at the comment above, these imports need to be
unaliased.
This commit is contained in:
Benjamin Peinhardt
2025-04-01 20:27:51 -05:00
committed by GitHub
parent c6e866225f
commit 51ce04780d
+1 -1
View File
@@ -22,7 +22,7 @@
import globalAxios, { type AxiosInstance, isAxiosError } from "axios";
import type dayjs from "dayjs";
import userAgentParser from "ua-parser-js";
import { OneWayWebSocket } from "utils/OneWayWebSocket";
import { OneWayWebSocket } from "../utils/OneWayWebSocket";
import { delay } from "../utils/delay";
import type { PostWorkspaceUsageRequest } from "./typesGenerated";
import * as TypesGen from "./typesGenerated";