mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
fix makeConnRoute in preview
This commit is contained in:
parent
0d040f1155
commit
dc16d9be3d
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import { getWebServerEndpoint } from "@/util/endpoints";
|
|||
import * as historyutil from "@/util/historyutil";
|
||||
import * as keyutil from "@/util/keyutil";
|
||||
import * as util from "@/util/util";
|
||||
import { makeConnRoute } from "@/util/util";
|
||||
import { Monaco } from "@monaco-editor/react";
|
||||
import clsx from "clsx";
|
||||
import * as jotai from "jotai";
|
||||
|
|
|
|||
Loading…
Reference in a new issue