chore: remove unused imports in UTILS

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

View File

@ -1,6 +1,5 @@
export const UTILS = `import { type ClassValue, clsx } from 'clsx' export const UTILS = `import { type ClassValue, clsx } from 'clsx'
import { twMerge } from 'tailwind-merge' import { twMerge } from 'tailwind-merge'
import { camelize, getCurrentInstance, toHandlerKey } from 'vue'
export function cn(...inputs: ClassValue[]) { export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs)) return twMerge(clsx(inputs))