mirror of
https://github.com/coder/code-server.git
synced 2026-04-23 23:42:43 -05:00
fixup: rm unused import
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { describe, test, expect } from "./baseFixture"
|
import { describe, test, expect } from "./baseFixture"
|
||||||
import { clean, getMaybeProxiedPathname } from "../utils/helpers"
|
import { clean, getMaybeProxiedPathname } from "../utils/helpers"
|
||||||
import { REVERSE_PROXY_BASE_PATH } from "../utils/constants"
|
|
||||||
|
|
||||||
const routes = ["/", "/vscode", "/vscode/"]
|
const routes = ["/", "/vscode", "/vscode/"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user