From 42072c0c778365e99b3eedc466fa20898cf02832 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 23 Sep 2024 18:19:10 -0400 Subject: [PATCH] CSR-2166: remove no longer needed imports --- src/layouts/quote/quote.vue | 3 +-- .../service-package-question/service-package-question.vue | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 2eefbb996..5389a003c 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -113,8 +113,7 @@ import { storeActions } from "@/constants/store-actions"; import { deepClone } from "@/helpers/object-helper"; import store from "@/store"; import { fetchCmsContentForPage } from "@/helpers/cms-content-helper"; -import { experimentUniverses, experimentSettings } from "@/constants/experiments"; -import { getSessionKeyValue, getUserIdValue } from "@/helpers/heritage-integration/cookie-helper"; +import { experimentSettings } from "@/constants/experiments"; import { required } from "@/helpers/validation-rules"; import { errorMessages } from "@/constants/error-messages"; import { Form, defineRule } from "vee-validate"; diff --git a/src/layouts/quote/service-package-question/service-package-question.vue b/src/layouts/quote/service-package-question/service-package-question.vue index 6af6a31f5..1a9ed4ed8 100644 --- a/src/layouts/quote/service-package-question/service-package-question.vue +++ b/src/layouts/quote/service-package-question/service-package-question.vue @@ -15,7 +15,6 @@ import buttonQuestion from "@/digital-components/button-question/button-question"; import baseMixin from "@/mixins/base-mixin.js"; import { processIfStatements } from "@/helpers/cms-content-helper"; -import { damageLocationsSelected as glassLocations } from "@/constants/damage-locations-selected"; import servicePackageRadio from "./service-package-radio/service-package-radio"; import { partTypeStrings } from "@/constants/part-type-strings"; import { packageNames } from "@/constants/package-names";