Skip to content

Commit a382316

Browse files
fix(shadcn): various fixes
1 parent 6912c0e commit a382316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shadcn/components/agents-ui/agent-chat-indicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { motion } from 'motion/react';
2-
import { cva, VariantProps } from 'class-variance-authority';
2+
import { cva, type VariantProps } from 'class-variance-authority';
33
import { cn } from '@/lib/utils';
44

55
const motionAnimationProps = {

0 commit comments

Comments
 (0)