mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix knip issue
This commit is contained in:
parent
47dd27c7de
commit
34457ee0f3
2 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { TypeGroup } from "./TypeGroup"
|
|||
import { ViewState } from "../MarketplaceViewStateManager"
|
||||
import { useAppTranslation } from "@/i18n/TranslationContext"
|
||||
import { MarketplaceItemActionsMenu } from "./MarketplaceItemActionsMenu"
|
||||
import { isValidUrl } from "@roo/utils/url"
|
||||
import { isValidUrl } from "../../../utils/url"
|
||||
import { ItemInstalledMetadata } from "@roo/services/marketplace/InstalledMetadataManager"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { Button } from "@/components/ui/button"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue