diff options
Diffstat (limited to 'apps/mobile/lib/utils.ts')
| -rw-r--r-- | apps/mobile/lib/utils.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/mobile/lib/utils.ts b/apps/mobile/lib/utils.ts index 365058ce..88283f01 100644 --- a/apps/mobile/lib/utils.ts +++ b/apps/mobile/lib/utils.ts @@ -1,4 +1,5 @@ -import { type ClassValue, clsx } from "clsx"; +import type { ClassValue } from "clsx"; +import { clsx } from "clsx"; import { twMerge } from "tailwind-merge"; export function cn(...inputs: ClassValue[]) { |
