Skip to content

Commit

Permalink
Place ts code to webui
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Dec 2, 2023
1 parent a18605f commit 62db115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {ProjectService} from "../api/ProjectService";
import {Project} from "../api/ProjectModels";
import {CamelUi} from "../designer/utils/CamelUi";
import {shallow} from "zustand/shallow";
import {isEmpty} from "../../../java/org/apache/camel/karavan/util/StringUtils";
import {isEmpty} from "../util/StringUtils";

export function CreateProjectModal () {

Expand Down

0 comments on commit 62db115

Please sign in to comment.