diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 7fcf3afcd..aa0065d89 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -50,7 +50,6 @@ import funnelFooter from "@/fmg-components/funnel-footer/funnel-footer"; import funnelSubHeader from "@/fmg-components/funnel-sub-header/funnel-sub-header"; import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue"; import { Form, defineRule } from "vee-validate"; -import { processIfStatements } from "@/helpers/cms-content-helper"; import datePicker from "@/digital-components/date-picker/date-picker"; import locationAlerts from "@/layouts/schedule/location-alerts/location-alerts"; import timeSlotModalQuestion from "./time-slot-modal-question/time-slot-modal-question"; @@ -62,12 +61,7 @@ import baseMixin from "@/mixins/base-mixin.js"; import { storeActions } from "@/constants/store-actions"; import { settleAllPromises } from "@/helpers/layout-helper"; import { navigateToHeritageFunnel } from "@/helpers/heritage-integration/navigation-helper"; -import { - doesCopyContainRouterLink, - splitCopyOnCMSPlaceHolder, - getRouterLinkRouteFromCopy, - getRouterLinkDisplayTextFromCopy, -} from "@/helpers/cms-content-helper"; +import { splitCopyOnCMSPlaceHolder } from "@/helpers/cms-content-helper"; import { AppointmentTypeStrings, PREMIUM_FEE_PART_TYPE } from "@/constants/schedule-constants"; import { errorMessages } from "@/constants/error-messages"; import { required } from "@/helpers/validation-rules"; @@ -225,11 +219,7 @@ export default { }, }, methods: { - doesCopyContainRouterLink, splitCopyOnCMSPlaceHolder, - getRouterLinkRouteFromCopy, - getRouterLinkDisplayTextFromCopy, - processIfStatements, arePagePrerequisitesValid() { const serviceLocation = store.getters.order.serviceLocation; const serviceLocationPreReqs =