chore: remove unused imports in data-table.md

This commit is contained in:
Braden Wong 2024-02-28 21:37:01 -08:00 committed by GitHub
parent 991e963c0c
commit 6401683370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'