mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 22:49:33 +02:00
feat: use vite and ts
This commit is contained in:
3
src/utils/index.ts
Normal file
3
src/utils/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function classNames(...classes: unknown[]): string {
|
||||
return classes.filter(Boolean).join(' ')
|
||||
}
|
Reference in New Issue
Block a user