diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 2920be727..2bc8a88e8 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -48,7 +48,7 @@ import vehicleBanner from "@/common-components/vehicle-banner/vehicle-banner"; import funnelSubHeader from "@/common-components/funnel-sub-header/funnel-sub-header"; import funnelFooter from "@/common-components/funnel-footer/funnel-footer"; import textboxQuestion from "@/common-components/textbox-question/textbox-question"; -import vinInformation from "@/common-components/vin-information/vin-information"; +import vinInformation from "@/layouts/vin-lookup/vin-information/vin-information"; // Supporting files import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";