diff --git a/src/layouts/entry-page/entry-page.vue b/src/layouts/entry-page/entry-page.vue index 012ee066..e4f73f17 100644 --- a/src/layouts/entry-page/entry-page.vue +++ b/src/layouts/entry-page/entry-page.vue @@ -13,7 +13,6 @@ import { validateISSClientTag, validateISSClientSignature } from '@/helpers/clie import { getISSCookie, updateOrCreateISSCookie } from '@/helpers/cookie-helper.js'; import { useMainStore } from '@/store'; import showIssLoadingModal from '@/helpers/loading-modal-helper'; -import applicationConfig from '@/constants/application-config'; import { toPossessive } from '@/helpers/text-helper'; import analyticsMixin from '@/mixins/analytics-mixin'; import routerParams from '@/router/router-constants/router-params';