mirror of
https://github.com/tale/headplane.git
synced 2026-09-01 09:48:24 +00:00
chore: remove cn non-default exports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Switch as AriaSwitch } from 'react-aria-components';
|
||||
import { cn } from '~/utils/cn';
|
||||
import cn from '~/utils/cn';
|
||||
|
||||
type SwitchProps = Parameters<typeof AriaSwitch>[0] & {
|
||||
readonly label: string;
|
||||
|
||||
Reference in New Issue
Block a user