Browse Source

chore(gui-v2): lint

pull/3209/head
Wing-Kam Wong 2 years ago
parent
commit
8a0a256ffb
  1. 2
      packages/nc-gui-v2/composables/useSharedView.ts

2
packages/nc-gui-v2/composables/useSharedView.ts

@ -1,4 +1,4 @@
import type { ColumnType, ExportTypes, FilterType, PaginatedType, SortType, TableType, ViewType } from 'nocodb-sdk'
import type { ExportTypes, FilterType, PaginatedType, SortType, TableType, ViewType } from 'nocodb-sdk'
import { UITypes } from 'nocodb-sdk'
import { useNuxtApp } from '#app'

Loading…
Cancel
Save