CRLF -> LF

This commit is contained in:
vchikalkin 2024-11-27 15:26:46 +03:00
parent 58993ff40a
commit de06b72ec4

View File

@ -1,5 +1,5 @@
import { type ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
import { type ClassValue, clsx } from 'clsx';
import { twMerge } from 'tailwind-merge';
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));