mirror of
https://github.com/quartz-community/comments.git
synced 2026-07-22 02:50:28 +00:00
refactor: use shared classNames from @quartz-community/utils
This commit is contained in:
parent
da25c7186d
commit
611f3dc207
1 changed files with 1 additions and 3 deletions
|
|
@ -1,3 +1 @@
|
|||
export function classNames(...classes: (string | undefined | null | false)[]): string {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
export { classNames } from "@quartz-community/utils/lang";
|
||||
|
|
|
|||
Loading…
Reference in a new issue