mirror of
https://github.com/tale/headplane.git
synced 2026-08-29 16:37:10 +00:00
chore: remove cn non-default exports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CheckIcon, CopyIcon } from '@primer/octicons-react';
|
||||
import { HTMLProps, useState } from 'react';
|
||||
import { cn } from '~/utils/cn';
|
||||
import cn from '~/utils/cn';
|
||||
import toast from '~/utils/toast';
|
||||
|
||||
interface Props extends HTMLProps<HTMLSpanElement> {
|
||||
|
||||
Reference in New Issue
Block a user