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 8f6213f Fix mistake in import path
8f6213f is described below
commit 8f6213fe1359df218fab1a89e04043091ce83594
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Mar 31 13:46:09 2022 -0400
Fix mistake in import path
---
karavan-designer/src/designer/traits/TraitsDesigner.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-designer/src/designer/traits/TraitsDesigner.tsx
b/karavan-designer/src/designer/traits/TraitsDesigner.tsx
index f06df3a..f0d186a 100644
--- a/karavan-designer/src/designer/traits/TraitsDesigner.tsx
+++ b/karavan-designer/src/designer/traits/TraitsDesigner.tsx
@@ -28,7 +28,7 @@ import {TraitProperties} from "./TraitProperties";
import {CamelUtil} from "karavan-core/lib/api/CamelUtil";
import {TraitCard} from "./TraitCard";
import CubesIcon from "@patternfly/react-icons/dist/esm/icons/cubes-icon";
-import {CamelElement} from
"../../../../karavan-core/src/core/model/IntegrationDefinition";
+import {CamelElement} from "karavan-core/src/core/model/IntegrationDefinition";
import {DslProperties} from "../route/DslProperties";
interface Props {