CSR-514 Add import
This commit is contained in:
parent
be45bb9ff7
commit
a750a20e61
1 changed files with 4 additions and 3 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue