mirror of
https://github.com/quartz-community/page-title.git
synced 2026-07-22 02:50:31 +00:00
refactor: use shared classNames from @quartz-community/utils
This commit is contained in:
parent
778c2778a3
commit
483a73e5a4
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