Update utils.ts

This commit is contained in:
2025-07-13 12:43:57 +03:00
parent 4beee0399f
commit b38ac3eb7e

View File

@@ -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;