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 af1ad10 commit 42cc844Copy full SHA for 42cc844
packages/ui/src/components/button/source/Button.tsx
@@ -1,7 +1,7 @@
1
+import { Slot } from '@radix-ui/react-slot';
2
import { buttonVariants, cn } from '@soybean-react-ui/variants';
3
import { Loader2 } from 'lucide-react';
4
import { forwardRef } from 'react';
-import { Slot } from 'soybean-react-ui/react-slot';
5
6
import type { ButtonProps } from '../type';
7
0 commit comments