diff --git a/packages/nc-gui-v2/components/cell/Attachment.vue b/packages/nc-gui-v2/components/cell/Attachment.vue index 4aaa5534bb..52180b6cbb 100644 --- a/packages/nc-gui-v2/components/cell/Attachment.vue +++ b/packages/nc-gui-v2/components/cell/Attachment.vue @@ -3,8 +3,8 @@ import { useToast } from 'vue-toastification' import { inject, ref, useProject, watchEffect } from '#imports' import { useNuxtApp } from '#app' import { ColumnInj, MetaInj } from '~/context' -import { NOCO } from '~/lib/constants' -import { isImage } from '~/utils/fileUtils' +import { NOCO } from '~/lib' +import { isImage } from '~/utils' import MaterialPlusIcon from '~icons/mdi/plus' import MaterialArrowExpandIcon from '~icons/mdi/arrow-expand' diff --git a/packages/nc-gui-v2/components/dashboard/TreeView.vue b/packages/nc-gui-v2/components/dashboard/TreeView.vue index 9c040b6ce1..dbadea1fe1 100644 --- a/packages/nc-gui-v2/components/dashboard/TreeView.vue +++ b/packages/nc-gui-v2/components/dashboard/TreeView.vue @@ -1,15 +1,14 @@ -