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 e66f3dc commit f4a9ccfCopy full SHA for f4a9ccf
src/components/ui/button.tsx
@@ -1,5 +1,5 @@
1
import * as React from 'react';
2
-import { Slot } from './compatibility-layer';
+import { Slot } from './simple-slot';
3
import type { VariantProps } from 'class-variance-authority';
4
5
import { cn } from '@/lib/utils';
src/components/ui/compatibility-layer.tsx
0 commit comments