This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 4eea0238 Fix removed import 4eea0238 is described below commit 4eea0238a38c5c51dbe00371ad46a04165a5a558 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Tue Oct 31 18:34:31 2023 -0400 Fix removed import --- karavan-vscode/src/designerView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-vscode/src/designerView.ts b/karavan-vscode/src/designerView.ts index 6b832fc1..265bc924 100644 --- a/karavan-vscode/src/designerView.ts +++ b/karavan-vscode/src/designerView.ts @@ -18,7 +18,7 @@ import {Uri, window, commands, WebviewPanel, ExtensionContext, ViewColumn, Webvi import * as path from "path"; import * as utils from "./utils"; import { CamelDefinitionYaml } from "core/api/CamelDefinitionYaml"; -import { Integration, KameletTypesArray, KameletTypes, Metadata, MetadataLabels } from "core/model/IntegrationDefinition"; +import { Integration, KameletTypes, Metadata, MetadataLabels } from "core/model/IntegrationDefinition"; import { getWebviewContent } from "./webviewContent"; const KARAVAN_LOADED = "karavan:loaded";