mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user