chore: remove cn non-default exports

This commit is contained in:
Aarnav Tale 2025-01-28 17:46:16 -05:00
parent 843cfc4d4f
commit c9d8052e39
No known key found for this signature in database
35 changed files with 62 additions and 76 deletions

View file

@ -18,7 +18,7 @@ import Card from '~/components/Card';
import IconButton, { IconButtonProps } from '~/components/IconButton';
import Text from '~/components/Text';
import Title from '~/components/Title';
import { cn } from '~/utils/cn';
import cn from '~/utils/cn';
export interface DialogProps extends OverlayTriggerProps {
children: