Skip to content

Commit

Permalink
Fix removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Oct 31, 2023
1 parent ff1001b commit 4eea023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karavan-vscode/src/designerView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4eea023

Please sign in to comment.