fix(toast): Update import path for cn utility in sonner component

This commit is contained in:
icarus 2026-01-05 19:44:11 +08:00
parent 508467f994
commit 0e4aa53e26
No known key found for this signature in database
GPG Key ID: D4AF089AAEC25D18

View File

@ -1,4 +1,4 @@
import { cn } from '@cherrystudio/ui/utils'
import { cn } from '@cherrystudio/ui/lib/utils'
import { cva } from 'class-variance-authority'
import { merge } from 'lodash'
import { type ReactNode, type SVGProps, useId } from 'react'