fix(test): update model-selector-utils test import path after move to shared/

This commit is contained in:
Catriel Müller
2026-02-26 13:51:38 -03:00
parent 98100e6f59
commit cb08438bc3
@@ -5,7 +5,7 @@ import {
buildTriggerLabel,
KILO_GATEWAY_ID,
PROVIDER_ORDER,
} from "../../webview-ui/src/components/chat/model-selector-utils"
} from "../../webview-ui/src/components/shared/model-selector-utils"
const labels = { select: "Select model", noProviders: "No providers", notSet: "Not set" }