mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): change utils/delay import path (#10065)
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
import axios from "axios";
|
||||
import dayjs from "dayjs";
|
||||
import * as TypesGen from "./typesGenerated";
|
||||
import { delay } from "utils/delay";
|
||||
// This needs to include the `../`, otherwise it breaks when importing into
|
||||
// vscode-coder.
|
||||
import { delay } from "../utils/delay";
|
||||
import userAgentParser from "ua-parser-js";
|
||||
|
||||
// Adds 304 for the default axios validateStatus function
|
||||
|
||||
Reference in New Issue
Block a user