Skip to content

Commit cb816f7

Browse files
committed
fix: input error should not use cn from primitive
1 parent 0ff373d commit cb816f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/components/input-error.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import { cn } from '@/utils/classes';
12
import { HTMLAttributes } from 'react';
2-
import { cn, Description } from 'ui';
3+
import { Description } from 'ui';
34

45
export function InputError({
56
message,

0 commit comments

Comments
 (0)