feat: add TechStack component to showcase technology and tools used
This commit is contained in:
7
src/components/cn.ts
Normal file
7
src/components/cn.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ClassValue } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
import clsx from "clsx";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
Reference in New Issue
Block a user