Explorar o código

chore: remove unused

sam hoang hai 11 meses
pai
achega
0fa6fd4ddb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webview-ui/src/components/settings/SettingsView.tsx

+ 1 - 1
webview-ui/src/components/settings/SettingsView.tsx

@@ -5,7 +5,7 @@ import { validateApiConfiguration, validateModelId } from "../../utils/validate"
 import { vscode } from "../../utils/vscode"
 import ApiOptions from "./ApiOptions"
 import ExperimentalFeature from "./ExperimentalFeature"
-import { EXPERIMENT_IDS, experimentConfigsMap, ExperimentId, ExperimentKey } from "../../../../src/shared/experiments"
+import { EXPERIMENT_IDS, experimentConfigsMap } from "../../../../src/shared/experiments"
 import ApiConfigManager from "./ApiConfigManager"
 
 type SettingsViewProps = {