mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-14 08:11:29 -06:00
overhaul frontend, typography, noise pattern, badge, notify audio
This commit is contained in:
7
frontend/src/util.ts
Normal file
7
frontend/src/util.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { clsx, type ClassValue } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export { type ClassValue };
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
Reference in New Issue
Block a user