mirror of https://github.com/coder/code-server.git
fixup: rm unused import
This commit is contained in:
parent
02d0aec553
commit
96812433a4
|
@ -1,6 +1,5 @@
|
|||
import { describe, test, expect } from "./baseFixture"
|
||||
import { clean, getMaybeProxiedPathname } from "../utils/helpers"
|
||||
import { REVERSE_PROXY_BASE_PATH } from "../utils/constants"
|
||||
|
||||
const routes = ["/", "/vscode", "/vscode/"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue