From fe13cc073a5bcd409b96a5539d6fd308605f9ac2 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 8 Nov 2023 13:58:15 -0500 Subject: big package updates & update some chunk splitting --- front-end/src/views/Account/components/profile/Profile.vue | 3 +-- front-end/src/views/Account/components/settings/Security.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'front-end/src/views') diff --git a/front-end/src/views/Account/components/profile/Profile.vue b/front-end/src/views/Account/components/profile/Profile.vue index d742c86..0b0a6dd 100644 --- a/front-end/src/views/Account/components/profile/Profile.vue +++ b/front-end/src/views/Account/components/profile/Profile.vue @@ -62,8 +62,7 @@ import { defaultTo } from 'lodash-es' import useVuelidate from '@vuelidate/core' import { ref, computed, watch } from 'vue' import { Rules, FormSchema } from './profile-schema.ts' -import { apiCall, useMessage, useWait, useDataBuffer, useUser, useVuelidateWrapper } from '@vnuge/vnlib.browser' -import { IUserProfile } from '@vnuge/vnlib.browser/dist/user' +import { apiCall, useMessage, useWait, useDataBuffer, useUser, useVuelidateWrapper, IUserProfile } from '@vnuge/vnlib.browser' const ACCOUNT_URL = '/account/profile' diff --git a/front-end/src/views/Account/components/settings/Security.vue b/front-end/src/views/Account/components/settings/Security.vue index 42b7389..1f2d06d 100644 --- a/front-end/src/views/Account/components/settings/Security.vue +++ b/front-end/src/views/Account/components/settings/Security.vue @@ -52,7 +52,7 @@