Browse Source

chore(nc-gui): add missing imports

pull/5307/head
Wing-Kam Wong 2 years ago
parent
commit
e69aadee66
  1. 14
      packages/nc-gui/composables/useSharedView.ts

14
packages/nc-gui/composables/useSharedView.ts

@ -1,5 +1,15 @@
import type { ExportTypes, FilterType, KanbanType, PaginatedType, RequestParams, SortType, TableType, ViewType } from 'nocodb-sdk'
import { UITypes } from 'nocodb-sdk'
import type {
ExportTypes,
FilterType,
KanbanType,
MapType,
PaginatedType,
RequestParams,
SortType,
TableType,
ViewType,
} from 'nocodb-sdk'
import { UITypes, ViewTypes } from 'nocodb-sdk'
import { computed, parseProp, storeToRefs, useGlobal, useMetas, useNuxtApp, useState } from '#imports'
export function useSharedView() {

Loading…
Cancel
Save