Auto stash before merge of "feature/CSR-121_button-click-function" and "feature/CSR-6"

This commit is contained in:
Max 2021-12-01 09:14:06 -05:00
parent 9ff9975b97
commit b6e0a02deb

View file

@ -13,8 +13,6 @@
import yearQuestion from "@/layouts/vehicle-year/year-question/year-question";
import pageHeader from "@/ux-components/header/header";
import vehicleBanner from "@/common-components/vehicle-banner/vehicle-banner";
// Supporting files
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { settleAllPromises } from "@/helpers/layout-helper";
import store from "@/store";
@ -61,7 +59,7 @@ export default {
components: {
yearQuestion,
pageHeader,
vehicleBanner
vehicleBanner,
},
};
</script>