Skip to content

Commit 42cc844

Browse files
committed
feat: reintroduce radix-ui
1 parent af1ad10 commit 42cc844

File tree

1 file changed

+1
-1
lines changed
  • packages/ui/src/components/button/source

1 file changed

+1
-1
lines changed

packages/ui/src/components/button/source/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { Slot } from '@radix-ui/react-slot';
12
import { buttonVariants, cn } from '@soybean-react-ui/variants';
23
import { Loader2 } from 'lucide-react';
34
import { forwardRef } from 'react';
4-
import { Slot } from 'soybean-react-ui/react-slot';
55

66
import type { ButtonProps } from '../type';
77

0 commit comments

Comments
 (0)