From a750a20e61fe587c189800eeae93477464ab6905 Mon Sep 17 00:00:00 2001 From: Katie Date: Mon, 18 Jul 2022 08:52:49 -0400 Subject: [PATCH] CSR-514 Add import --- src/store/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = () => {