add changes

This commit is contained in:
2024-07-09 11:00:50 +02:00
parent 6c19db0c07
commit b61c96f9e5
37 changed files with 90 additions and 117 deletions

View File

@@ -0,0 +1,3 @@
import { twMerge } from 'tailwind-merge';
export const useMergeClasses = (componentClasses: string | string[]): string => twMerge(...componentClasses);