mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
login logout toast
This commit is contained in:
3
packages/lib/classNames.ts
Normal file
3
packages/lib/classNames.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default function classNames(...classes: unknown[]) {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
Reference in New Issue
Block a user