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 {
|
||||
setCookieProperties,
|
||||
getDeviceIdValue,
|
||||
getSessionIdValue,
|
||||
getSessionKeyValue,
|
||||
getUserIdValue,
|
||||
isCookieSet,
|
||||
regenerateDeviceId,
|
||||
regenerateUserId,
|
||||
refreshSessionExpiration,
|
||||
|
|
@ -23,7 +21,6 @@ import {
|
|||
GaEvents,
|
||||
ValueToLogTypes,
|
||||
} from "@/constants/analytics";
|
||||
import { cookieNames } from "@/constants/cookie-names";
|
||||
import store from "@/store";
|
||||
|
||||
import baseMixin from "@/mixins/base-mixin";
|
||||
|
|
|
|||
Loading…
Reference in a new issue