We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
utils/delay
1 parent df8e10c commit d504044Copy full SHA for d504044
site/src/api/api.ts
@@ -1,7 +1,9 @@
1
import axios from "axios";
2
import dayjs from "dayjs";
3
import * as TypesGen from "./typesGenerated";
4
-import { delay } from "utils/delay";
+// This needs to include the `../`, otherwise it breaks when importing into
5
+// vscode-coder.
6
+import { delay } from "../utils/delay";
7
import userAgentParser from "ua-parser-js";
8
9
// Adds 304 for the default axios validateStatus function
0 commit comments