chore: remove unused imports in data-table.md
This commit is contained in:
parent
991e963c0c
commit
6401683370
|
|
@ -459,7 +459,6 @@ Let's make the email column sortable.
|
||||||
```ts:line-numbers {5,6,12-17}
|
```ts:line-numbers {5,6,12-17}
|
||||||
import { type ClassValue, clsx } from 'clsx'
|
import { type ClassValue, clsx } from 'clsx'
|
||||||
import { twMerge } from 'tailwind-merge'
|
import { twMerge } from 'tailwind-merge'
|
||||||
import { camelize, getCurrentInstance, toHandlerKey } from 'vue'
|
|
||||||
|
|
||||||
import type { Updater } from '@tanstack/vue-table'
|
import type { Updater } from '@tanstack/vue-table'
|
||||||
import { type Ref } from 'vue'
|
import { type Ref } from 'vue'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user