From 1569a152573bd1368327500999b612a2393f91a8 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 24 Mar 2022 15:17:13 -0400 Subject: [PATCH] Update path. --- src/layouts/vin-lookup/vin-lookup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";