Cleanup imports
This commit is contained in:
parent
921a3efbfd
commit
999d274d88
1 changed files with 0 additions and 3 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
import { storeActions } from "@/constants/store-actions";
|
import { storeActions } from "@/constants/store-actions";
|
||||||
import {
|
import {
|
||||||
setCookieProperties,
|
|
||||||
getDeviceIdValue,
|
getDeviceIdValue,
|
||||||
getSessionIdValue,
|
getSessionIdValue,
|
||||||
getSessionKeyValue,
|
getSessionKeyValue,
|
||||||
getUserIdValue,
|
getUserIdValue,
|
||||||
isCookieSet,
|
|
||||||
regenerateDeviceId,
|
regenerateDeviceId,
|
||||||
regenerateUserId,
|
regenerateUserId,
|
||||||
refreshSessionExpiration,
|
refreshSessionExpiration,
|
||||||
|
|
@ -23,7 +21,6 @@ import {
|
||||||
GaEvents,
|
GaEvents,
|
||||||
ValueToLogTypes,
|
ValueToLogTypes,
|
||||||
} from "@/constants/analytics";
|
} from "@/constants/analytics";
|
||||||
import { cookieNames } from "@/constants/cookie-names";
|
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
|
|
||||||
import baseMixin from "@/mixins/base-mixin";
|
import baseMixin from "@/mixins/base-mixin";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue