Skip to content

Commit 2b6b2ea

Browse files
committed
Fix missing imports
Signed-off-by: Geoff Wilson <[email protected]>
1 parent 60002d8 commit 2b6b2ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

webview-ui/src/components/settings/providers/Requesty.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { useCallback, useState } from "react"
2+
13
import { type ProviderSettings, type OrganizationAllowList, requestyDefaultModelId } from "@roo-code/types"
24

35
import type { RouterModels } from "@roo/api"

webview-ui/src/components/settings/providers/Unbound.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { useCallback, useRef, useState } from "react"
12
import { useQueryClient } from "@tanstack/react-query"
23

34
import { type ProviderSettings, type OrganizationAllowList, unboundDefaultModelId } from "@roo-code/types"

0 commit comments

Comments
 (0)