mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-11 05:16:49 +02:00
Format files and fix http response
This commit is contained in:
parent
797f72e1d0
commit
8213036729
49 changed files with 2428 additions and 2404 deletions
|
@ -2,5 +2,5 @@ import { clsx, type ClassValue } from "clsx"
|
|||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue