Update utils.ts
This commit is contained in:
7
utils.ts
7
utils.ts
@@ -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) {
|
export function normalizeLink(link: string) {
|
||||||
let tmp = link;
|
let tmp = link;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user