chore: remove unused imports in UTILS
This commit is contained in:
parent
c9012b3157
commit
991e963c0c
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user