@designcrowd/fe-shared-lib 1.5.11-kp-3 → 1.5.11-kp-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -73,7 +73,7 @@ import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
|
73
73
|
import Button from '../../../atoms/components/Button/Button.vue';
|
|
74
74
|
import Icon from '../../../atoms/components/Icon/Icon.vue';
|
|
75
75
|
import { websiteContextualUpgradeModalTr } from '../../../useSharedLibTranslate';
|
|
76
|
-
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/
|
|
76
|
+
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/websiteContextualModel';
|
|
77
77
|
|
|
78
78
|
const titleText: Ref<string> = ref('');
|
|
79
79
|
const descriptionText: Ref<string> = ref('');
|