Browse Source

chore(gui-v2): lint files

pull/2837/head
braks 2 years ago
parent
commit
aca9b94bcf
  1. 2
      packages/nc-gui-v2/context/index.ts

2
packages/nc-gui-v2/context/index.ts

@ -1,4 +1,4 @@
import type { ColumnType, FormType, GalleryType, GridType, KanbanType, TableType, ViewType } from 'nocodb-sdk'
import type { ColumnType, FormType, GalleryType, GridType, KanbanType, TableType } from 'nocodb-sdk'
import type { ComputedRef, InjectionKey, Ref } from 'vue'
import type { EventHook } from '@vueuse/core'
import type { useViewData } from '#imports'

Loading…
Cancel
Save