From 5c97395e86afab2ff2c860bb977785435d4e9416 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Fri, 3 Apr 2026 09:50:53 -0400 Subject: [PATCH] Add import --- src/layouts/schedule-page/service-location/service-location.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index 0c061ab1..c284e669 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -143,6 +143,7 @@ import shopAddress from '@/layouts/schedule-page/service-location/shop-address/s import serviceZipQuestion from '@/layouts/schedule-page/service-location/service-zip-question/service-zip-question.vue'; import widgetFields from '@/constants/cms-widget-fields'; import recalModal from '@/iss-components/recal-modal/recal-modal.vue'; +import { getPricedMobileFeePart } from '@/helpers/service-location-helper'; const RECAL_MODAL_REF_NAME = 'RecalModal';