Skip to content

Commit

Permalink
fix: input error should not use cn from primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 16, 2024
1 parent 0ff373d commit cb816f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/js/components/input-error.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { cn } from '@/utils/classes';
import { HTMLAttributes } from 'react';
import { cn, Description } from 'ui';
import { Description } from 'ui';

export function InputError({
message,
Expand Down

0 comments on commit cb816f7

Please sign in to comment.