CSR-111 Cleanup

This commit is contained in:
Katie 2022-08-16 14:54:32 -04:00
parent 4fa36a1100
commit 653a41abb8
2 changed files with 0 additions and 2 deletions

View file

@ -52,7 +52,6 @@ import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
import { settleAllPromises } from "@/helpers/layout-helper";
import store from "@/store";
import { storeActions } from "@/constants/store-actions";
import { storeMutations } from "@/constants/store-mutations";
import { fmgPageValues } from "@/router/router-constants/fmgPage-values";
import { Form, defineRule } from "vee-validate";
import { required } from "@/helpers/validation-rules";

View file

@ -1,5 +1,4 @@
import { fmgPageValues } from "@/router/router-constants/fmgPage-values";
import { navigateToHeritageFunnel } from "@/helpers/heritage-integration/navigation-helper";
import { storeMutations } from "@/constants/store-mutations.js";
import { damageLocationsSelected } from "@/constants/damage-locations-selected";
import { navigationScenarios } from "../router/router-constants/navigation-scenarios";