source:
src/lib/utils.ts@
8496f3c
| Last change on this file since 8496f3c was 875f7d6, checked in by , 12 months ago | |
|---|---|
|
|
| File size: 166 bytes | |
| Line | |
|---|---|
| 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 | } |
Note:
See TracBrowser
for help on using the repository browser.
