diff --git a/src/entries/jquery-ui.ts b/src/entries/jquery-ui.ts index d210aaee3e..55424a22bf 100644 --- a/src/entries/jquery-ui.ts +++ b/src/entries/jquery-ui.ts @@ -4,7 +4,7 @@ import jQuery from "jquery"; import { Survey, PopupSurvey } from "./jquery-ui-model"; -import { SurveyModel } from "survey-core"; +import { SurveyModel } from "./core"; jQuery["fn"].extend({ Survey: function (props: any) {