GF-3 - Added shadcn
This commit is contained in:
parent
f12adba733
commit
2ed0a69e70
15 changed files with 698 additions and 11 deletions
7
app/lib/utils.ts
Normal file
7
app/lib/utils.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { ClassValue } from "clsx";
|
||||
import { clsx } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue