diff --git a/packages/nc-gui/composables/useMapViewDataStore.ts b/packages/nc-gui/composables/useMapViewDataStore.ts index e75fa85774..28ed1a3873 100644 --- a/packages/nc-gui/composables/useMapViewDataStore.ts +++ b/packages/nc-gui/composables/useMapViewDataStore.ts @@ -1,6 +1,6 @@ import { reactive } from 'vue' import type { ComputedRef, Ref } from 'vue' -import type { ColumnType, MapType, PaginatedType, TableType, ViewType } from 'nocodb-sdk' +import type { ColumnType, MapType, PaginatedType, ViewType } from 'nocodb-sdk' import { IsPublicInj, ref, storeToRefs, useInjectionState, useMetas, useProject } from '#imports' import type { Row } from '~/lib' diff --git a/packages/nc-gui/composables/useSharedView.ts b/packages/nc-gui/composables/useSharedView.ts index d61660395c..745efbb046 100644 --- a/packages/nc-gui/composables/useSharedView.ts +++ b/packages/nc-gui/composables/useSharedView.ts @@ -1,4 +1,4 @@ -import { +import type { ExportTypes, FilterType, KanbanType, @@ -8,9 +8,8 @@ import { SortType, TableType, ViewType, - ViewTypes, } from 'nocodb-sdk' -import { UITypes } from 'nocodb-sdk' +import { UITypes, ViewTypes } from 'nocodb-sdk' import { computed, storeToRefs, useGlobal, useMetas, useNuxtApp, useState } from '#imports' export function useSharedView() {