utils.ts (166B)
1 import { clsx, type ClassValue } from "clsx" 2 import { twMerge } from "tailwind-merge" 3 4 export function cn(...inputs: ClassValue[]) { 5 return twMerge(clsx(inputs)) 6 }
draupnir4all-web | |
| git clone git://archive.git.mtrnord.blog/MTRNord/draupnir4all-web.git | |
| Log | Files | Refs | README | LICENSE |