summaryrefslogtreecommitdiff
path: root/src/views/_ibs/ProfileSettings/ProfileSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/_ibs/ProfileSettings/ProfileSettings.vue')
-rw-r--r--src/views/_ibs/ProfileSettings/ProfileSettings.vue14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/views/_ibs/ProfileSettings/ProfileSettings.vue b/src/views/_ibs/ProfileSettings/ProfileSettings.vue
index 8f01c59b..79500ff3 100644
--- a/src/views/_ibs/ProfileSettings/ProfileSettings.vue
+++ b/src/views/_ibs/ProfileSettings/ProfileSettings.vue
@@ -128,14 +128,14 @@
</template>
<script>
-import BVToastMixin from '@/components/Mixins/BVToastMixin';
-import InputPasswordToggle from '@/components/Global/InputPasswordToggle';
+import BVToastMixin from '@/components/_ibs/Mixins/BVToastMixin';
+import InputPasswordToggle from '@/components/_ibs/Global/InputPasswordToggle';
import { maxLength, minLength, sameAs } from 'vuelidate/lib/validators';
-import LoadingBarMixin from '@/components/Mixins/LoadingBarMixin';
-import LocalTimezoneLabelMixin from '@/components/Mixins/LocalTimezoneLabelMixin';
-import PageTitle from '@/components/Global/PageTitle';
-import PageSection from '@/components/Global/PageSection';
-import VuelidateMixin from '@/components/Mixins/VuelidateMixin.js';
+import LoadingBarMixin from '@/components/_ibs/Mixins/LoadingBarMixin';
+import LocalTimezoneLabelMixin from '@/components/_ibs/Mixins/LocalTimezoneLabelMixin';
+import PageTitle from '@/components/_ibs/Global/PageTitle';
+import PageSection from '@/components/_ibs/Global/PageSection';
+import VuelidateMixin from '@/components/_ibs/Mixins/VuelidateMixin.js';
export default {
name: 'ProfileSettings',