mirror of
https://github.com/tmdinosaurcenter/gas-form.git
synced 2025-09-13 10:33:32 -06:00
clarified paths and added lib/utils.ts folder
This commit is contained in:
3
lib/utils.ts
Normal file
3
lib/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function cn(...classes: (string | undefined | null | false)[]): string {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
Reference in New Issue
Block a user