Browse Source

refactor: remove import statement since it already part of auto-import

pull/9683/head
Pranav C 1 month ago
parent
commit
488e13d287
  1. 1
      packages/nc-gui/composables/useData.ts
  2. 1
      packages/nc-gui/composables/useLTARStore.ts

1
packages/nc-gui/composables/useData.ts

@ -1,7 +1,6 @@
import type { ColumnType, LinkToAnotherRecordType, PaginatedType, RelationTypes, TableType, ViewType } from 'nocodb-sdk'
import { UITypes, isCreatedOrLastModifiedByCol, isCreatedOrLastModifiedTimeCol } from 'nocodb-sdk'
import type { ComputedRef, Ref } from 'vue'
import { extractPkFromRow } from '../utils/dataUtils'
import type { CellRange } from '#imports'
export function useData(args: {

1
packages/nc-gui/composables/useLTARStore.ts

@ -7,7 +7,6 @@ import type {
} from 'nocodb-sdk'
import { RelationTypes, UITypes, dateFormats, parseStringDateTime, timeFormats } from 'nocodb-sdk'
import type { ComputedRef, Ref } from 'vue'
import { extractPkFromRow } from '../utils/dataUtils'
interface DataApiResponse {
list: Record<string, any>

Loading…
Cancel
Save