Small Fixes and Improvements

This commit is contained in:
Ahmad 2024-10-31 21:58:40 -04:00
parent 34bafe42a5
commit 10c54df886
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
11 changed files with 177 additions and 629 deletions

View file

@ -6,7 +6,7 @@ import * as SeparatorPrimitive from '@radix-ui/react-separator';
import { cn } from '@/lib/utils';
const Separator = React.forwardRef<
React.ElementRef<typeof SeparatorPrimitive.Root>,
React.ComponentRef<typeof SeparatorPrimitive.Root>,
React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>
>(
(