@@ -1,10 +1,3 @@
import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
export function normalizeLink(link: string) {
let tmp = link;
The note is not visible to the blocked user.