Auto stash before merge of "feature/CSR-121_button-click-function" and "feature/CSR-6"
This commit is contained in:
parent
9ff9975b97
commit
b6e0a02deb
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue