added a feature for sending mail from within the application
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// lib/cn.ts
|
||||
import clsx, { type ClassValue } from "clsx";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return clsx(inputs);
|
||||
}
|
||||
Reference in New Issue
Block a user