chore: remove unused imports in codeeditor.ts

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

View File

@ -164,7 +164,6 @@ function constructFiles(componentName: string, style: Style, sources: Record<str
isBinary: false,
content: `import { type ClassValue, clsx } from 'clsx'
import { twMerge } from 'tailwind-merge'
import { camelize, getCurrentInstance, toHandlerKey } from 'vue'
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))