Archived
1
0

fixup: rm unused import

This commit is contained in:
Joe Previte 2022-12-21 15:16:50 -07:00
parent 02d0aec553
commit 96812433a4
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -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/"]