diff --git a/src/store/index.js b/src/store/index.js index 0e766f3c3..3544622af 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -4,9 +4,10 @@ import { storeMutations } from "@/constants/store-mutations"; import { getDateForSavedSessionTimeout } from "@/helpers/heritage-integration/session-helper"; import createPersistedState from "vuex-persistedstate"; import globalMethods from "@/global-methods"; -import { storeActions } from "../constants/store-actions"; -import { applicationConfig } from "../constants/application-config"; -import { experimentTriggers } from "../constants/experiments"; +import { storeActions } from "@/constants/store-actions"; +import { applicationConfig } from "@/constants/application-config"; +import { experimentTriggers } from "@/constants/experiments"; +import { damageLocationsSelected } from "@/constants/damage-locations-selected"; // Export State const getDefaultState = () => {