We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff373d commit cb816f7Copy full SHA for cb816f7
resources/js/components/input-error.tsx
@@ -1,5 +1,6 @@
1
+import { cn } from '@/utils/classes';
2
import { HTMLAttributes } from 'react';
-import { cn, Description } from 'ui';
3
+import { Description } from 'ui';
4
5
export function InputError({
6
message,
0 commit comments