|
|
@@ -2,8 +2,8 @@ import { useCallback, useState, useEffect, useRef } from "react"
|
|
|
import { VSCodeTextField, VSCodeCheckbox } from "@vscode/webview-ui-toolkit/react"
|
|
|
|
|
|
import { type ProviderSettings, litellmDefaultModelId } from "@roo-code/types"
|
|
|
-import type { OrganizationAllowList } from "@roo-code/cloud"
|
|
|
|
|
|
+import type { OrganizationAllowList } from "@roo/cloud"
|
|
|
import { RouterName } from "@roo/api"
|
|
|
import { ExtensionMessage } from "@roo/ExtensionMessage"
|
|
|
|