Skip to content

Commit 082a9a4

Browse files
committed
fix(createDataTable): remove unused App import
1 parent e630b78 commit 082a9a4

File tree

1 file changed

+1
-1
lines changed
  • packages/0/src/composables/createDataTable

1 file changed

+1
-1
lines changed

packages/0/src/composables/createDataTable/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type { ContextTrinity } from '#v0/composables/createTrinity'
3939
import type { ID } from '#v0/types'
4040
import type { DataTableAdapterInterface, SortDirection, SortEntry } from './adapters/adapter'
4141
import type { InternalHeader } from './columns'
42-
import type { App, MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
42+
import type { MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
4343

4444
// Column utilities
4545
import { extractLeaves, resolveHeaders } from './columns'

0 commit comments

Comments
 (0)